ContourLabeling Property

Gets the defaults assigned to surface labels.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.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