Share

SettingsSurface.SettingsContourLabeling Class

Defaults assigned to surface labels.

Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.SettingsSettingsSurfaceSettingsContourLabeling


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

Syntax

C#

public sealed class SettingsContourLabeling : TreeOidWrapper

VB

Public NotInheritable Class SettingsContourLabeling
	Inherits TreeOidWrapper

C++

public ref class SettingsContourLabeling sealed : public TreeOidWrapper

The SettingsSurfaceSettingsContourLabeling type exposes the following members.

Properties

 NameDescription
Public propertyDisplayContourLabelLine Gets whether or not the contour label lines are displayed.
Public propertyLabelMask Gets the label mask type.
Public propertySurfaceContourLabelStyleIdMajor Gets the default major contour label styleId.
Public propertySurfaceContourLabelStyleIdMinor Gets the default minor contour label style.
Public propertySurfaceContourLabelStyleIdUserDefined Gets the user-defined major contour label styleId.
Public propertySurfaceContourLabelStyleMajor Gets the default major contour label style.
Public propertySurfaceContourLabelStyleMinor Gets the default minor contour label style.
Public propertySurfaceContourLabelStyleUserDefined Gets the user-defined major contour label style.

See Also

Reference

Was this information helpful?