Gets the clearance of barrel pipe.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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
Exception | Condition |
---|---|
System..::..InvalidOperationException | The structure's type is not two-tiered junction. |