Item Property (Int32)

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

Syntax

C#

public ObjectId this[
	int index
] { get; }

Visual Basic

Public ReadOnly Default Property Item ( _
	index As Integer _
) As ObjectId
	Get

Visual C++

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

Parameters

index
Type: System.Int32

See Also