ComponentStatusIsDamaged Property |
Returns false if component is not damaged. True otherwise.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax public bool IsDamaged { get; }
Public ReadOnly Property IsDamaged As Boolean
Get
Return Value
Type:
BooleanThe component status for damaged.
See Also