StructureFrameDiameter Property

Gets the diameter of the structure’s frame.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public double FrameDiameter { get; }

Property Value

Double
Exceptions
ExceptionCondition
InvalidOperationException The structure's type is not junction.
Remarks
This property is for junction structures only.
See Also