Click or drag to resize
AB4D logo

BaseMultiLineVisual3D Properties

The BaseMultiLineVisual3D type exposes the following members.

Properties
 NameDescription
Public propertyIsLineStrip Gets a Boolean that defines if Positions property defines connected or disconnected lines. If true then lines are connected which means that one position is used as end of one line segment and start of another line segment. If false then lines are not connected and one position is used only with one line.
Public propertyPositions Gets Point3DCollection that define the 3D lines.
Top
See Also