Share

PressureFitting.ResultantHorizontalAngle Property

Gets the resultant horizontal angle of the Pressure Fitting object. This method is only valid for elbow fittings.



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

Syntax

C#

public double ResultantHorizontalAngle { get; }

VB

Public ReadOnly Property ResultantHorizontalAngle As Double
	Get

C++

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

Property Value

Double

See Also

Reference

Was this information helpful?