Share

SectionViewBandItemCollection.Item Property



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

Syntax

C#

public SectionViewBandItem this[
	int index
] { get; }

VB

Public ReadOnly Default Property Item ( 
	index As Integer
) As SectionViewBandItem
	Get

C++

public:
property SectionViewBandItem^ default[int index] {
	SectionViewBandItem^ get (int index);
}

Parameters

index  Int32
 

Property Value

SectionViewBandItem

See Also

Reference