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