Gets the AlignmentEntity object at a specified index in the collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.0.1111.0
Syntax
C# |
---|
public AlignmentEntity this[ int index ] { get; } |
Visual Basic |
---|
Public ReadOnly Default Property Item ( _ index As Integer _ ) As AlignmentEntity Get |
Visual C++ |
---|
public: property AlignmentEntity^ default[int index] { AlignmentEntity^ get (int index); } |
Parameters
- index
- Type: System..::..Int32
Remarks
The returned entity object is an instance of a concrete entity type (e.g. AlignmentEntityArc),
which is derived from the abstract class AlignmentEntity.