Set the style of a path segment. The style can be 0 for linear, or 1 for Bezier.
int32 SetSegmentStyle( int32 p_nSegmentIndex, int32 p_bSegmentIsBezier )
| Parameter Type | Parameter Name | Documentation | 
|---|---|---|
| int32 | p_nSegmentIndex | The index of the segment to set the style for. | 
| int32 | p_bSegmentIsBezier | A flag specifying whether or not to set the segment to Bezier. | 
None published. Please look for an example in the Simdify Scripting Language code base.