Click or drag to resize

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
)

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