Gets the GeometryPointLabelOption instance for the specified type, which allows the user to modify its Selected state.
Namespace: Autodesk.CivilAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.0.1111.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