Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.0.1111.0
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.0.1111.0
Syntax
C# |
---|
public override ParamPoint this[ int index ] { get; } |
Visual Basic |
---|
Public Overrides ReadOnly Default Property Item ( _ index As Integer _ ) As ParamPoint Get |
Visual C++ |
---|
public: virtual property ParamPoint^ default[int index] { ParamPoint^ get (int index) override; } |
Parameters
- index
- Type: System..::..Int32