Gets the DesignSpeed at a specified index in the collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.0.1111.0
Syntax
C# |
---|
public DesignSpeed this[ int index ] { get; } |
Visual Basic |
---|
Public ReadOnly Default Property Item ( _ index As Integer _ ) As DesignSpeed Get |
Visual C++ |
---|
public: property DesignSpeed^ default[int index] { DesignSpeed^ get (int index); } |
Parameters
- index
- Type: System..::..Int32