Gets the alignment label set item at the given index.

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

Syntax

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

Parameters

index
Type: System..::..Int32
Specified the alignment label set item by index.

Exceptions

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

See Also