Gets the CorridorPointCodeOption instance for the specified type, which allows you to modify its Selected state.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.3.488.0
Syntax
C# |
---|
public CorridorPointCodeOption this[ string name ] { get; } |
Visual Basic |
---|
Public ReadOnly Default Property Item ( _ name As String _ ) As CorridorPointCodeOption Get |
Visual C++ |
---|
public: property CorridorPointCodeOption^ default[String^ name] { CorridorPointCodeOption^ get (String^ name); } |
Parameters
- name
- Type: System..::..String