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