PipeOuterBottomDepth Property

Gets the outer bottom pipe depth.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: 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

See Also