Gets the diameter of the structure’s frame.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public double FrameDiameter { get; }
VB
Public ReadOnly Property FrameDiameter As Double Get
C++
public: property double FrameDiameter { double get (); }
Property Value
DoubleExceptions
Exception | Condition |
---|---|
InvalidOperationException | The structure's type is not junction. |