BasicShapeIsPeriodic Property |
Get a value indicating whether this shape is periodic.
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 IsPeriodic { get; }
Public MustOverride ReadOnly Property IsPeriodic As Boolean
Get
Property Value
Type:
Boolean
true for periodic shapes. Otherwise false.
See Also