Gets the defaults assigned to surface labels.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public SettingsSurfaceSettingsContourLabeling ContourLabeling { get; }
VB
Public ReadOnly Property ContourLabeling As SettingsSurfaceSettingsContourLabeling Get
C++
public: property SettingsSurfaceSettingsContourLabeling^ ContourLabeling { SettingsSurfaceSettingsContourLabeling^ get (); }