Click or drag to resize

PolylinePrimitive.SetPartial Method

Overload List
  NameDescription
Public methodSetPartial(IEnumerable<Cartesian>, IEnumerable<Int32>)
Updates a subset of positions in a polyline.
Public methodSetPartial(IEnumerable<Cartesian>, IEnumerable<Color>, IEnumerable<Int32>)
Updates a subset of positions and/or colors in a polyline.
Public methodSetPartial(IEnumerable<Cartesian>, IEnumerable<Int32>, IndicesOrderHint)
Updates a subset of positions in a polyline.
Public methodSetPartial(IEnumerable<Cartesian>, IEnumerable<Color>, PolylinePrimitiveOptionalParameters, IEnumerable<Int32>)
Updates a subset of positions, colors, and/or optional point properties in a polyline.
Public methodSetPartial(IEnumerable<Cartesian>, IEnumerable<Color>, IEnumerable<Int32>, IndicesOrderHint, RenderPassHint)
Updates a subset of positions and/or colors in a polyline.
Top
See Also