Indexer.

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

Syntax

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

Parameters

index
Type: System..::..Int32
Index of the item.

Remarks

You can use the method to get the item which type is NormalItemType.

See Also