Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public virtual ParamBool this[ string index ] { get; } |
Visual Basic |
---|
Public Overridable ReadOnly Default Property Item ( _ index As String _ ) As ParamBool Get |
Visual C++ |
---|
public: virtual property ParamBool^ default[String^ index] { ParamBool^ get (String^ index); } |
Parameters
- index
- Type: System..::..String