StructureFloorThickness Property |
Gets the thickness of the bottom of the structure.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic double FloorThickness { get; }
Public ReadOnly Property FloorThickness As Double
Get
public:
property double FloorThickness {
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