PolylineSegmentIsLinear Property |
Gets a value indicating if the segment is linear.
Namespace:
Gile.AutoCAD.Geometry
Assembly:
GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic bool IsLinear { get; }
Public ReadOnly Property IsLinear As Boolean
Get
public:
property bool IsLinear {
bool get ();
}
member IsLinear : bool with get
Property Value
Type:
Boolean
See Also