Gets the SectionView band item at the given index.

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

Syntax

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

Parameters

index
Type: System..::..Int32
The index of the SectionView band item in the current collection.

See Also