AGI STK Graphics 11 Send comments on this topic.
IAgStkGraphicsPolylinePrimitiveFactory Interface

Description

Renders a polyline in the 3D scene. Each line segment may have a different color. A polyline can be constructed with a Position Interpolator to render great arcs or rhumb lines.

Object Model







Public Methods

Public Method Initialize Initializes a default polyline primitive. This is equivalent to constructing a polyline with a Set Hint of Frequent and a Polyline Type of LineStrip.
Public Method InitializeWithHint Initializes a new instance of a polyline primitive with the specified Set Hint. This is equivalent to constructing a polyline with a Polyline Type of LineStrip and the specified Set Hint.
Public Method InitializeWithInterpolator Initializes a polyline primitive with the specified interpolator. This is equivalent to constructing a polyline with the specified interpolator and a Set Hint of Frequent.
Public Method InitializeWithInterpolatorAndSetHint Initializes a polyline primitive with the specified interpolator and setHint.
Public Method InitializeWithType Initializes a polyline primitive with the specified polylineType. This is equivalent to constructing a polyline with the specified polylineType and a Set Hint of Frequent.
Public Method InitializeWithTypeAndHint Initializes a new instance of a polyline primitive with the specified polylineType and setHint.

Public Properties

Public Property MaximumWidthSupported Gets the maximum width, in pixels, supported by the video card.
Public Property MinimumWidthSupported Gets the minimum width, in pixels, supported by the video card.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1