DisplacementPathIsValidParam Method

Is the specified value a valid edge or curve parameter.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static bool IsValidParam(
	double param
)

Parameters

param  Double
proposed edge parameter.

Return Value

Boolean
See Also