类 GdbCircularArcSegment

GdbCircularArcSegment class

public class GdbCircularArcSegment : GdbCurveSegment

构造函数

名称描述
GdbCircularArcSegment()默认构造函数。

属性

名称描述
Coordinate { get; set; }
CoordinateIsInterior { get; set; }
IsCounterClockwise { get; set; }
IsEmpty { get; set; }
IsLine { get; set; }
IsMinor { get; set; }
IsPoint { get; set; }
override SegmentType { get; }
StartPointIndex { get; set; }

另见