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