Property SegmentPerPolyline As Long
Sets or returns the number of line segments generated for each polyline. The value of this property is stored in the SPLINESEGS system variable. The value can range from 0 to 32767, with an initial value of 8.
Syntax
integerVariable = object.SegmentPerPolyline
object.SegmentPerPolyline = <integer>
Where:
integerVariable is a variable for storing the SegmentPerPolyline.
object is the DocumentPrefernces object.
Examples ...