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