RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Curve

Curve.IsInside(Double)

Method
Description:
Indicates whether the specified parameter value is within this curve's bounds.
Remarks:
Always returns true if this curve is unbound.
Syntax
public bool IsInside(
	double parameter
)
Parameters
Parameter Type Description
parameter Double The raw curve parameter to be evaluated.
Return Value
Type Description
Boolean True if the parameter is within the bounds, otherwise false.
Exceptions
Exception Condition
ArgumentException Thrown when the specified parameter is infinite.