Share

Structure.BarrelPipeClearance Property

Gets the clearance of barrel pipe.



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

Syntax

C#

public double BarrelPipeClearance { get; }

VB

Public ReadOnly Property BarrelPipeClearance As Double
	Get

C++

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

Property Value

Double

Exceptions

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

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.

See Also

Reference

Was this information helpful?