Share

GeometryPointSelector<T>.Item Property



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

Syntax

C#

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

VB

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

C++

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

Parameters

type  T
 

Property Value

GeometryPointLabelOptionT

See Also

Reference

Was this information helpful?