API Documentation > Miscellaneous > Object ProPlotdriver > Function ProPlotdriverArcfunctionSet
Function ProPlotdriverArcfunctionSet
Description
Sets line plotting function.
Synopsis
#include <ProPlotdriver.h>
ProPlotdriverArcfunctionSet
(
ProName interf_name
/* (In)
The name of the interface. Cannot be NULL.
*/
/* (In)
Arc plotting function. Cannot be NULL.
*/
)
Returns
function successfully set.
input arguments are not correct.
interface with this name not found.
internal error.
Sample Code References
User Guide References
Was this helpful?