API Documentation > Drawings and detail > Object ProDrawing > Function ProDrawingSetupOptionSet
Function ProDrawingSetupOptionSet
Description
Set the drawing setup option
Replacement in Object TOOLKIT:
Synopsis
#include <ProDwgtable.h>
ProDrawingSetupOptionSet
(
ProDrawing drawing
/* (In)
The drawing
*/
ProName option
/* (In)
The drawing option
*/
ProLine value
/* (In)
The value of the drawing option
*/
)
Returns
The function succeeded.
Model is in read-only state.
One or more input arguments was invalid.
The function failed
User Guide References
Was this helpful?