StructureFrameDiameter Property |
Gets the diameter of the structure’s frame.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double FrameDiameter { get; }
Public ReadOnly Property FrameDiameter As Double
Get
public:
property double FrameDiameter {
double get ();
}
Property Value
Double
ExceptionsException | Condition |
---|
InvalidOperationException |
The structure's type is not junction.
|
Remarks
This property is for junction structures only.
See Also