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.
Set | Defines the positions for a polyline primitive. The polyline is rendered in its Reference Frame. |
SetCartographic | For convenience. Defines the positions of a polyline using Cartographic positions. This is equivalent to converting each position in positions to Cartesian and calling Set. |
SetCartographicWithColors | For convenience. Defines the positions and colors of a polyline using Cartographic positions. This is equivalent to converting each position in positions to Cartesian and calling Set. |
SetCartographicWithColorsAndHint | For convenience. Defines the positions and colors of a polyline using Cartographic positions. renderPassHint is provided for efficiency. This is equivalent to converting each position in positions to Cartesian and calling Set. |
SetCartographicWithColorsAndOptionalParameters | For convenience. Defines the positions, colors, and/or optional point properties of a polyline using Cartographic positions. This is equivalent to converting each position in positions to Cartesian and calling Set. |
SetPartial | Updates a subset of positions in a polyline. |
SetPartialCartographic | For convenience. Updates a subset of positions in a polyline using Cartographic positions. This is equivalent to converting each position in positions to Cartesian and calling SetPartial. |
SetPartialCartographicWithColors | For convenience. Updates a subset of positions and/or colors in a polyline using Cartographic positions. This is equivalent to converting each position in positions to Cartesian and calling SetPartial. |
SetPartialCartographicWithColorsIndicesOrderAndRenderPass | For convenience. Updates a subset of positions and/or colors in a polyline using Cartographic positions. This is equivalent to converting each position in positions to Cartesian and calling SetPartial. |
SetPartialCartographicWithIndicesOrder | For convenience. Updates a subset of positions in a polyline using Cartographic positions. This is equivalent to converting each position in positions to Cartesian and calling SetPartial. |
SetPartialCartographicWithOptionalParameters | For convenience. Updates a subset of positions, colors, and/or optional point properties in a polyline using Cartographic positions. This is equivalent to converting each position in positions to Cartesian and calling SetPartial. |
SetPartialWithColors | Updates a subset of positions and/or colors in a polyline. |
SetPartialWithColorsAndOptionalParameters | Updates a subset of positions, colors, and/or optional point properties in a polyline. |
SetPartialWithColorsIndicesOrderAndRenderPassHint | Updates a subset of positions and/or colors in a polyline. |
SetPartialWithIndicesOrder | Updates a subset of positions in a polyline. |
SetSubset | Defines the positions of a polyline using a subset of input positions. |
SetSubsetCartographic | For convenience. Defines the positions of a polyline using a subset of input Cartographic positions. This is equivalent to converting the subset of positions to Cartesian and calling SetSubset. |
SetWithColors | Defines the positions and colors of a polyline. The polyline is rendered in its Reference Frame. |
SetWithColorsAndHint | Defines the positions and colors of a polyline. The polyline is rendered in its Reference Frame. renderPassHint is provided for efficiency. |
SetWithColorsAndOptionalParameters | Defines the positions, colors, and/or optional point properties of a polyline. The polyline is rendered in its Reference Frame. |
SetWithSolidTriangulatorResult | Defines the positions of a polyline using the outline positions of the specified solidTriangulatorResult. |
SetWithSurfaceShapesResult | Defines the positions of a polyline using the positions of the specified surfaceShapesResult. |
SetWithSurfaceTriangulatorResult | Defines the positions of a polyline using the boundary positions of the specified surfaceTriangulatorResult. |
CentralBodyClipped | Gets or sets whether the polyline will be clipped by the central body. |
DisplayOutline | Gets or sets whether an outline is rendered around the polyline. |
MaximumWidthSupported | Gets the maximum width, in pixels, supported by the video card. |
MinimumWidthSupported | Gets the minimum width, in pixels, supported by the video card. |
OutlineColor | Gets or sets the outline's color. |
OutlineTranslucency | Gets or sets the translucency of the outline. Translucency is between 0 and 1 , where 0 is opaque and 1 is transparent. |
OutlineWidth | Gets or sets the width, in pixels, of the outline around the polyline. |
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. |
PolylineType | Gets how the polyline interprets the positions passed to Set methods. |
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. |
SetHint | Gets the primitive's Set Hint. See the Set Hint Performance Overview for selecting an appropriate value to construct the primitive with. |
Width | Gets or sets the line width, in pixels. |
Implemented Interface |
---|
IAgStkGraphicsPrimitive |
Draw a STK area target outline on the globe
[C#] | ||
---|---|---|
|
Draw the outline of a circle on the globe
[C#] | ||
---|---|---|
|
Draw a line between two points
[C#] | ||
---|---|---|
|
Draw the outline of an ellipse on the globe
[C#] | ||
---|---|---|
|
Draw a great arc on the globe
[C#] | ||
---|---|---|
|
Draw a rhumb line on the globe
[C#] | ||
---|---|---|
|
Draw a STK area target outline on the globe
[Visual Basic .NET] | ||
---|---|---|
|
Draw the outline of a circle on the globe
[Visual Basic .NET] | ||
---|---|---|
|
Draw a line between two points
[Visual Basic .NET] | ||
---|---|---|
|
Draw the outline of an ellipse on the globe
[Visual Basic .NET] | ||
---|---|---|
|
Draw a great arc on the globe
[Visual Basic .NET] | ||
---|---|---|
|
Draw a rhumb line on the globe
[Visual Basic .NET] | ||
---|---|---|
|
Draw a new Polyline Primitive
[MATLAB] | ||
---|---|---|
|