Share

Pipe.Bearing Property

Gets the horizontal bearing for straight pipes, and chord bearing for curved pipes.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276

Syntax

C#

public double Bearing { get; }

VB

Public ReadOnly Property Bearing As Double
	Get

C++

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

Property Value

Double

See Also

Reference

Was this information helpful?