LineStripGraphics.GetStripLengths Method
Parent Object: LineStripGraphicsDescription
Method that returns the current strip lengths. The strip lengths are defined by the number of coordinates used for each strip.
Syntax
LineStripGraphics.GetStripLengths( StripLengths() As Long )Parameters
Name | Type | Description |
StripLengths | Long | Array of Longs that defines the strip lengths. The length of a strip is defined by specifying the number of coordinates used for each strip. |