Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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