Gets the diameter of the structure’s frame.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public double FrameDiameter { get; } |
Visual Basic |
---|
Public ReadOnly Property FrameDiameter As Double Get |
Visual C++ |
---|
public: property double FrameDiameter { double get (); } |
Remarks
This property is for junction structures only.
Exceptions
Exception | Condition |
---|---|
System..::..InvalidOperationException | The structure's type is not junction. |