Checks whether the input id represents a profile which can be used as the profile of this non-continuous rail.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public bool IsValidNonContinuousRailProfile( ElementId profileId )
Parameters
- profileId ElementId
- The profile Id to be checked.
Return Value
BooleanTrue if the ElementId refers to a valid NonContinuousRail profile, false otherwise.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |