Click or drag to resize
AB4D logo

MultiPolyLineVisual3DPositionsList Property

Gets or sets a list of Point3DCollection that define the polylines. After this list is changed, the Update method need to be called.

Namespace: Ab3d.Visuals
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public List<Point3DCollection> PositionsList { get; set; }

Property Value

ListPoint3DCollection
See Also