DocumentIsValidShape Method |
Check if the specified shape is valid as a figure on the drawing.
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 IsValidShape(
Shape shape
)
Public MustOverride Function IsValidShape (
shape As Shape
) As Boolean
Parameters
- shape
- Type: RootPro.RootProCADShape
figure to check validity
Return Value
Type:
Boolean True if it is valid as a figure on the drawing. False for invalid entities.
See Also