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: 19.0.0.0 (19.0.0.405)
Since:
2019
Syntax
| C# |
|---|
public bool IsValidNonContinuousRailProfile(
ElementId profileId
) |
| Visual Basic |
|---|
Public Function IsValidNonContinuousRailProfile ( _
profileId As ElementId _
) As Boolean |
| Visual C++ |
|---|
public:
bool IsValidNonContinuousRailProfile(
ElementId^ profileId
) |
Return Value
True if the ElementId refers to a valid NonContinuousRail profile, false otherwise.
Remarks
Exceptions
See Also