PartWallThickness Property |
Gets the wall thickness for this structure, measured from the inside edge of the structure to the outside edge of the structure.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double WallThickness { get; }
Public ReadOnly Property WallThickness As Double
Get
public:
property double WallThickness {
double get ();
}
Property Value
Double
Remarks
This property is meaningful only for junction structures if the part is a structure.
See Also