Gets the outer bottom pipe depth.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public double this[ int index ] { get; }
Visual Basic
Public ReadOnly Property PipeOuterBottomDepth ( _ index As Integer _ ) As Double Get
Visual C++
public: property double PipeOuterBottomDepth[int index] { double get (int index); }
Parameters
- index
- Type: System.Int32