PolylineShapeHasSelfIntersection Property |
Get a value indicating whether it is self-intersecting.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract bool HasSelfIntersection { get; }
Public MustOverride ReadOnly Property HasSelfIntersection As Boolean
Get
Property Value
Type:
Boolean
true if it is self-intersecting. Otherwise false.
See Also