Gets the section view band set item at the given index.

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

Syntax

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

Parameters

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

See Also