Gets the invert depth.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public double this[
	int index
] { get; }
Visual Basic
Public ReadOnly Property PipeInvertDepth ( _
	index As Integer _
) As Double
	Get
Visual C++
public:
property double PipeInvertDepth[int index] {
	double get (int index);
}

Parameters

index
Type: System..::..Int32

See Also