BarrelPipeClearance Property

Gets the clearance of barrel pipe.

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

Syntax

C#

public double BarrelPipeClearance { get; }

Visual Basic

Public ReadOnly Property BarrelPipeClearance As Double
	Get

Visual C++

public:
property double BarrelPipeClearance {
	double get ();
}

Remarks

This property lets you determine how close to the structure’s rim you can position a pipe. It is used for two-tiered junction structures only and specifies the clearance required above the top of the barrel section of the structure. It is similar to Vertical Pipe Clearance, but only describes the transition zone between the access cylinder and the larger barrel cylinder of a two-tiered structure.

Exceptions

ExceptionCondition
System.InvalidOperationException The structure's type is not two-tiered junction.

See Also