Gets the outer diameter or outer width of the pipe.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public double OuterDiameterOrWidth { get; }
VB
Public ReadOnly Property OuterDiameterOrWidth As Double Get
C++
public: property double OuterDiameterOrWidth { double get (); }