SegmentType Enumeration

Represents the segment type of the polyline.

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 25.3.0.0
Syntax
public enum SegmentType
Members
Member name Value Description
Line 0 Straight segment with length > 0.
Arc 1 Arc segment with length > 0.
Coincident 2 Segment with length == 0.
Point 3 Polyline with 1 vertex.
Empty 4 Polyline with 0 vertices.
See Also

©  Bricsys NV. All rights reserved.