Inheritance Hierarchy
SystemObjectAutodesk.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
Name | Description | |
---|---|---|
![]() | SurfaceContourLabelGroupCreateOption | Constructor. |
Properties
Name | Description | |
---|---|---|
![]() | MajorContourlabelStyleId | Gets or sets the ObjectId of label style for the major contour label. |
![]() | MaskType | Gets or sets the mask type for the created label. |
![]() | MinorContourlabelStyleId | Gets or sets the ObjectId of label style for the minor contour label. |
![]() | ShowLabelLine | Gets or sets the value which indicates whether the label line is visible. |
![]() | ShowMajorContourlabelgroup | Gets or sets the value which indicates whether the major contour's label is visible. |
![]() | ShowMinorContourlabelgroup | Gets or sets the value which indicates whether the minor contour's label is visible. |
![]() | ShowUserDefinedContourlabelgroup | Gets or sets the value which indicates whether the user defined contour's label is visible. |
![]() | UserDefinedContourlabelStyleId | Gets or sets the ObjectId of label style for the user defined contour label. |