Enum SegmentType
Represents the type of a segment
Namespace: TSD.API.Remoting.Geometry
Assembly: TSD.API.Remoting.dll
Syntax
public enum SegmentType
Fields
| Name | Value | Description |
|---|---|---|
| Arc | Arc = 2 | Arc segment |
| Line | Line = 1 | Line segment |
| Unknown | Unknown = 0 | Unknown |