Indicates whether the specified parameter value is within this curve's bounds.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsInside(
double parameter
)
Parameters
- parameter Double
- The raw curve parameter to be evaluated.
Return Value
BooleanTrue if the parameter is within the bounds, otherwise false.
Exceptions
Remarks
Always returns true if this curve is unbound.
See Also
Reference