Click or drag to resize
AB4D logo

BaseMultiLineVisual3DIsLineStrip Property

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.

Namespace: Ab3d.Visuals
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public bool IsLineStrip { get; }

Property Value

Boolean
See Also