Share

SurfaceContourLabelGroupCreateOption Class

Inheritance Hierarchy

SystemObject
  Autodesk.Civil.DatabaseServicesSurfaceContourLabelGroupCreateOption


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

Syntax

C#

public class SurfaceContourLabelGroupCreateOption

VB

Public Class SurfaceContourLabelGroupCreateOption

C++

public ref class SurfaceContourLabelGroupCreateOption

The SurfaceContourLabelGroupCreateOption type exposes the following members.

Constructors

 NameDescription
Public methodSurfaceContourLabelGroupCreateOption Constructor.

Properties

 NameDescription
Public propertyMajorContourlabelStyleId Gets or sets the ObjectId of label style for the major contour label.
Public propertyMaskType Gets or sets the mask type for the created label.
Public propertyMinorContourlabelStyleId Gets or sets the ObjectId of label style for the minor contour label.
Public propertyShowLabelLine Gets or sets the value which indicates whether the label line is visible.
Public propertyShowMajorContourlabelgroup Gets or sets the value which indicates whether the major contour's label is visible.
Public propertyShowMinorContourlabelgroup Gets or sets the value which indicates whether the minor contour's label is visible.
Public propertyShowUserDefinedContourlabelgroup Gets or sets the value which indicates whether the user defined contour's label is visible.
Public propertyUserDefinedContourlabelStyleId Gets or sets the ObjectId of label style for the user defined contour label.

See Also

Reference

Was this information helpful?