SurfaceContourLabelGroupCreateOption Class

Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesSurfaceContourLabelGroupCreateOption

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public class SurfaceContourLabelGroupCreateOption

The SurfaceContourLabelGroupCreateOption type exposes the following members.

Constructors
 NameDescription
Public methodSurfaceContourLabelGroupCreateOption Constructor.
Top
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.
Top
See Also