Updates a subset of positions, colors, and/or optional point properties in a polyline.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
| [Python - STK API] |
|---|
def SetPartialWithColorsAndOptionalParameters(self, Positions:list, Colors:list, OptionalParameters:"IAgStkGraphicsPolylinePrimitiveOptionalParameters", Indices:list) -> None: |
- Positions
- An array containing positions (in the order x, y, z) used to update a subset of positions in the polyline.
- Colors
- An array containing the numeric representation of the color used to update a subset of colors in the polyline. There must be one color for each position in
. In .NET a should be translated to a number by calling its ToArgb method and casting the result as an unsigned integer. - OptionalParameters
- Optional parameters corresponding to
. Each optional property must have the same number of elements as . - Indices
- An array of integers containing the indices into positions. A set of x, y, and z elements is considered a single index.





