StructureVerticalPipeClearance Property |
Gets the clearance required from the top outside of the highest pipe connected to the structure, to the rim.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double VerticalPipeClearance { get; }
Public ReadOnly Property VerticalPipeClearance As Double
Get
public:
property double VerticalPipeClearance {
double get ();
}
Property Value
Double
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