Gets the defaults assigned to surface labels.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public SettingsSurface..::..SettingsContourLabeling ContourLabeling { get; }
Visual Basic
Public ReadOnly Property ContourLabeling As SettingsSurface..::..SettingsContourLabeling
	Get
Visual C++
public:
property SettingsSurface..::..SettingsContourLabeling^ ContourLabeling {
	SettingsSurface..::..SettingsContourLabeling^ get ();
}

See Also