Gets the Non-Continuous Rail object of specified index from the Rail Structure.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public NonContinuousRailInfo GetNonContinuousRail( int index )
Parameters
- index Int32
- Non-Continuous Rail index.
Return Value
NonContinuousRailInfoThe requested object handle.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The index index is out of range. |
