API 설명서 > Miscellaneous > Object ProPlotdriver > Function ProPlotdriverPolylinefunctionSet
Function ProPlotdriverPolylinefunctionSet
Description
Sets polyline plotting function.
Synopsis
#include <ProPlotdriver.h>
ProPlotdriverPolylinefunctionSet
(
ProName interf_name
/* (In)
The name of the interface. Cannot be NULL.
*/
/* (In)
Polyline 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
도움이 되셨나요?