AGI STK Graphics 11 Send comments on this topic.
IAgStkGraphicsPolylinePrimitive Interface Members
See Also  Overview 

Public Methods

Public Method Set Defines the positions for a polyline primitive. The polyline is rendered in it's Reference Frame.
Public Method SetCartographic For convenience. Defines the positions of a polyline using Cartographic positions. Longitude and latitude are in radians, and altitude is in meters. This is equivalent to converting each position in positions to Cartesian and calling Set.
Public Method SetCartographicWithColors For convenience. Defines the positions and colors of a polyline using Cartographic positions. Longitude and latitude are in radians, and altitude is in meters. This is equivalent to converting each position in positions to Cartesian and calling Set.
Public Method SetCartographicWithColorsAndHint For convenience. Defines the positions and colors of a polyline using Cartographic positions. Longitude and latitude are in radians, and altitude is in meters. renderPassHint is provided for efficiency. This is equivalent to converting each position in positions to Cartesian and calling Set.
Public Method SetPartial Updates a subset of positions in a polyline.
Public Method SetPartialCartographic For convenience. Updates a subset of positions in a polyline using Cartographic positions. Longitude and latitude are in radians, and altitude is in meters. This is equivalent to converting each position in positions to Cartesian and calling SetPartial
Public Method SetPartialCartographicWithColors For convenience. Updates a subset of positions and/or colors in a polyline using Cartographic positions. Longitude and latitude are in radians, and altitude is in meters. This is equivalent to converting each position in positions to Cartesian and calling SetPartial
Public Method SetPartialCartographicWithColorsIndicesOrderAndRenderPass For convenience. Updates a subset of positions and/or colors in a polyline using Cartographic positions. Longitude and latitude are in radians, and altitude is in meters. This is equivalent to converting each position in positions to Cartesian and calling SetPartial
Public Method SetPartialCartographicWithIndicesOrder For convenience. Updates a subset of positions in a polyline using Cartographic positions. Longitude and latitude are in radians, and altitude is in meters. This is equivalent to converting each position in positions to Cartesian and calling SetPartial
Public Method SetPartialWithColors Updates a subset of positions and/or colors in a polyline.
Public Method SetPartialWithColorsIndicesOrderAndRenderPassHint Updates a subset of positions and/or colors in a polyline.
Public Method SetPartialWithIndicesOrder Updates a subset of positions in a polyline.
Public Method SetSubset Defines the positions of a polyline using a subset of input positions.
Public Method SetSubsetCartographic For convenience. Defines the positions of a polyline using a subset of input Cartographic positions. Longitude and latitude are in radians, and altitude is in meters. This is equivalent to converting the subset of positions to Cartesian and calling SetSubset.
Public Method SetWithColors Defines the positions and colors of a polyline. The polyline is rendered in it's Reference Frame.
Public Method SetWithColorsAndHint Defines the positions and colors of a polyline. The polyline is rendered in it's Reference Frame. renderPassHint is provided for efficiency.
Public Method SetWithSolidTriangulatorResult Defines the positions of a polyline using the outline positions of the specified solidTriangulatorResult.
Public Method SetWithSurfaceShapesResult Defines the positions of a polyline using the positions of the specified surfaceShapesResult.
Public Method SetWithSurfaceTriangulatorResult Defines the positions of a polyline using the boundary positions of the specified surfaceTriangulatorResult.

Public Properties

Public Property CentralBodyClipped Gets or sets whether the polyline will be clipped by the central body.
Public Property DisplayOutline Gets or sets whether an outline is rendered around the polyline.
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.
Public Property OutlineColor Gets or sets the outline's color.
Public Property OutlineTranslucency Gets or sets the translucency of the outline. Translucency is between 0 and 1, where 0 is opaque and 1 is transparent.
Public Property OutlineWidth Gets or sets the width, in pixels, of the outline around the polyline.
Public Property PerItemPickingEnabled Gets or sets whether individual line indices will be included in the PickResults returned from the Scene's Pick method. Each line index that is picked will be returned as a BatchPrimitiveIndex.
Public Property PolylineType Gets how the polyline interprets the positions passed to Set methods.
Public Property PositionInterpolator Gets the Position Interpolator applied to positions passed to Set, SetCartographic, SetSubset, and SetSubsetCartographic methods. When this property is null, linear interpolation is used.
Public Property SetHint Gets the primitive's Set Hint. See the Set Hint Performance Overview for selecting an appropriate value to construct the primitive with.
Public Property Width Gets or sets the line width, in pixels.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK 11.1 Programming Interface