PolylineSegmentIsLinear Property |
Gets a value indicating if the segment is linear.
Namespace:
Gile.AutoCAD.R20.Geometry
Assembly:
GeometryExtensionsR20 (in GeometryExtensionsR20.dll) Version: 2.2.0.0 (2.2.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