TriangleStripGraphics.GetStripLengths Method
Parent Object: TriangleStripGraphicsDescription
Method that returns the current strip lengths. The strip lengths are defined by the number of coordinates used for each strip.
Syntax
TriangleStripGraphics.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. |