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