BasicShapeIsValidParameter Method |
Get a value indicating whether the specified parameter is on the figure.
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 IsValidParameter(
double param
)
Public MustOverride Function IsValidParameter (
param As Double
) As Boolean
Parameters
- param
- Type: SystemDouble
Parameter value to check
Return Value
Type:
Boolean true if the parameter is on the shape. False if it is not on the shape.
See Also