Click or drag to resize

PolylinePrimitiveSetPartial Method

Overload List
  NameDescription
Public methodSetPartial(IEnumerableCartesian, IEnumerableInt32)
Updates a subset of positions in a polyline.
Public methodSetPartial(IEnumerableCartesian, IEnumerableColor, IEnumerableInt32)
Updates a subset of positions and/or colors in a polyline.
Public methodSetPartial(IEnumerableCartesian, IEnumerableInt32, IndicesOrderHint)
Updates a subset of positions in a polyline.
Public methodSetPartial(IEnumerableCartesian, IEnumerableColor, PolylinePrimitiveOptionalParameters, IEnumerableInt32)
Updates a subset of positions, colors, and/or optional point properties in a polyline.
Public methodSetPartial(IEnumerableCartesian, IEnumerableColor, IEnumerableInt32, IndicesOrderHint, RenderPassHint)
Updates a subset of positions and/or colors in a polyline.
Top
See Also