Gets the AlignmentRegion object at a specified index in the collection.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.0.1111.0

Syntax

C#
public AlignmentRegion this[
	int index
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	index As Integer _
) As AlignmentRegion
	Get
Visual C++
public:
property AlignmentRegion^ default[int index] {
	AlignmentRegion^ get (int index);
}

Parameters

index
Type: System..::..Int32
AlignmentRegion index.

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeException Thrown when index is out of collection range.

See Also