Gets the clearance required from the top outside of the highest pipe connected to the structure, to the rim.

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

Syntax

C#
public double VerticalPipeClearance { get; }
Visual Basic
Public ReadOnly Property VerticalPipeClearance As Double
	Get
Visual C++
public:
property double VerticalPipeClearance {
	double get ();
}

Remarks

This is defined in the catalog and ensure that pipes enter the structure at an appropriate elevation. For example, this property prevents a pipe from entering through the cone of structure.

See Also