Gets the end direction of the pressure pipe object. If the property does not exist for this part, an exception will be thrown
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.280
Syntax
C#
public double EndDir { get; }
VB
Public ReadOnly Property EndDir As Double Get
C++
public: property double EndDir { double get (); }