Item Property

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

Syntax

C#

public GeometryPointLabelOption<T> this[
	T type
] { get; }

Visual Basic

Public ReadOnly Default Property Item ( _
	type As T _
) As GeometryPointLabelOption(Of T)
	Get

Visual C++

public:
property GeometryPointLabelOption<T>^ default[T type] {
	GeometryPointLabelOption<T>^ get (T type);
}

Parameters

type
Type: T

See Also