Updates a subset of positions in a polyline.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
[Python - STK API ] |
|---|
def SetPartialWithIndicesOrder(self, Positions:list, Indices:list, IndicesOrderHint:"AgEStkGraphicsIndicesOrderHint") -> None: |
- Positions
- An array containing positions (in the order x, y, z) used to update a subset of positions in the polyline.
- Indices
- An array of integers containing the indices into positions. A set of x, y, and z elements is considered a single index.
- IndicesOrderHint
Shows the format of the Positions, Colors and Indices parameters when updating a polyline primitive.
| [C#] | ||
|---|---|---|
| ||
Shows the format of the Positions, Colors and Indices parameters when updating a polyline primitive.
| [Visual Basic .NET] | ||
|---|---|---|
| ||






