Gets the SuperelevationCriticalStation object at the specified index.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.0.1111.0
Syntax
C# |
---|
public SuperelevationCriticalStation this[ int index ] { get; } |
Visual Basic |
---|
Public ReadOnly Default Property Item ( _ index As Integer _ ) As SuperelevationCriticalStation Get |
Visual C++ |
---|
public: property SuperelevationCriticalStation^ default[int index] { SuperelevationCriticalStation^ get (int index); } |
Parameters
- index
- Type: System..::..Int32
The Index of the SuperelevationCriticalStation.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentOutOfRangeException | Thrown when the index is out of collection range. |