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.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public double WallThickness { get; }
VB
Public ReadOnly Property WallThickness As Double Get
C++
public: property double WallThickness { double get (); }