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.
| [Visual Basic .NET] |
|---|
Public Sub SetSubsetCartographic( _
ByVal CentralBody As String, _
ByRef Positions As System.Array, _
ByVal Index As Integer, _
ByVal Count As Integer _
)
|
| [C#] |
|---|
public void SetSubsetCartographic(
|
| [Managed C++] |
|---|
public: void SetSubsetCartographic(
|
| [Java] |
|---|
public setSubsetCartographic(
|
| [Unmanaged C++] |
|---|
public: HRESULT SetSubsetCartographic(
|
- CentralBody
- The central body the positions are defined on.
- Positions
- An array containing positions in the order latitude, longitude, altitude. The subset of this array defined by index and count define the new positions for the polyline.
- Index
- A zero-based index into positions that defines the first position copied to the polyline. Note that this index considers a set of latitude, longitude, and altitude as a single element.
- Count
- The number of elements in positions copied to the polyline. Note that this number considers a set of latitude, longitude, and altitude as a single element.
See SetSubset
for a full discussion.
Shows the format of
the Positions parameter when updating a polyline primitive with
cartographic positions.
| [C#] | Copy Code
|
|
|---|---|---|
|
||
Shows the format of
the Positions parameter when updating a polyline primitive with
cartographic positions.
| [Visual Basic .NET] | Copy Code
|
|
|---|---|---|
|
||