Gets the boundary at the given index.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.0.1111.0
Syntax
C# |
---|
public SurfaceBoundary this[ int index ] { get; } |
Visual Basic |
---|
Public ReadOnly Default Property Item ( _ index As Integer _ ) As SurfaceBoundary Get |
Visual C++ |
---|
public: property SurfaceBoundary^ default[int index] { SurfaceBoundary^ get (int index); } |
Parameters
- index
- Type: System..::..Int32
The index of the boundary in the current operation.