Share

PressurePipe.Bulge Property

Gets the Bulge of the pressure pipe object. If it is equal to 0.0, this pipe is straight, if not, it is curved pipe.



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

Syntax

C#

public double Bulge { get; }

VB

Public ReadOnly Property Bulge As Double
	Get

C++

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

Property Value

Double

See Also

Reference

Was this information helpful?