Gets the ObjectId of the Corridor object at the specified index in the collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.3.488.0
Syntax
C# |
---|
public ObjectId this[
int index
] { get; } |
Visual Basic |
---|
Public ReadOnly Default Property Item ( _
index As Integer _
) As ObjectId
Get |
Visual C++ |
---|
public:
property ObjectId default[int index] {
ObjectId get (int index);
} |
Parameters
- index
- Type: System..::..Int32
Remarks
Exceptions
Exception | Condition |
---|
System..::..ArgumentOutOfRangeException |
An exception is thrown if the index is out of range.
|
See Also