STK Graphics PrimitivesSend comments on this topic.
AgEStkGraphicsPolylineType Enumeration
See Also

Description

Describes how to interpret positions defining a polyline.

Members

MemberValueDescription
eStkGraphicsPolylineTypeLines0Every two positions define a line segment. Line segments are not required to be connected to each other.
eStkGraphicsPolylineTypeLineStrip1After the first position, each additional position defines a line segment from the previous position to the current position.
eStkGraphicsPolylineTypePoints2Lines are drawn as points.
© 2024 Analytical Graphics, Inc. All Rights Reserved.