Checks whether a railing can be created along a railing path.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public static bool IsValidPathForRailing( CurveLoop curveLoop )
Parameters
- curveLoop CurveLoop
- The railing path along which the new railing will be created.
Return Value
BooleanTrue if the new railing path can be used in a railing definition, False otherwise.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |