StructureBarrelPipeClearance Property |
Gets the clearance of barrel pipe.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double BarrelPipeClearance { get; }
Public ReadOnly Property BarrelPipeClearance As Double
Get
public:
property double BarrelPipeClearance {
double get ();
}
Property Value
Double
ExceptionsException | Condition |
---|
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