GroupPlotStyle Class

Specifies section view group plot style settings.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      RXObject
        Drawable
          DBObject
            Autodesk.Civil.DatabaseServicesDBObject
              Autodesk.Civil.DatabaseServices.StylesStyleBase
                Autodesk.Civil.DatabaseServices.StylesGroupPlotStyle

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class GroupPlotStyle : StyleBase

The GroupPlotStyle type exposes the following members.

Properties
 NameDescription
Public propertyAlignType Gets or sets the GroupPlotAlignType enum value that specifies how the section views are aligned.
Public propertyApplication Gets the Application associated with the DBObject. Not implemented.
(Inherited from DBObject)
Public propertyCellSizeType Gets or sets the GroupPlotCellSizeType enum value that specifies cell size as either uniform or uniform row/column.
Public propertyCreateByGets or Sets the "Created by" string for the style.
(Inherited from StyleBase)
Public propertyDateCreatedGets the "Date created" string for the style.
(Inherited from StyleBase)
Public propertyDateModifiedGets the "Date modified" string for the style.
(Inherited from StyleBase)
Public propertyDescription Gets or sets the description.
(Inherited from DBObject)
Public propertyDocument Gets the Document associated with the DBObject. Not implemented.
(Inherited from DBObject)
Public propertyGapBetweenPages Gets of sets the plotted distance between each successive page in a multiple section view plot.
Public propertyGridHorizontalMajor Gets or Sets the value of horizontal major plot area grid.
Public propertyGridHorizontalMinor Gets or Sets the value of horizontal minor plot area grid.
Public propertyGridVerticalMajor Gets or Sets the value of vertical major plot area grid.
Public propertyGridVerticalMinor Gets or Sets the value of vertical minor plot area grid.
Public propertyIsUsed Gets whether the style is used by other objects in the current drawing.
(Inherited from DBObject)
Public propertyMaximumInColumn Gets or sets the maximum number of cross section views plotted in a column before moving on to the next column.
Public propertyMaximumInRow Gets or sets the maximum number of cross section views plotted in a row before moving on to the next row.
Public propertyModifiedByGets the "Modified by" string for the style.
(Inherited from StyleBase)
Public propertyNameSets the "Name" string for the style.
(Inherited from StyleBase)
Public propertyPlotRule Gets or sets the SectionViewPlotRuleType enum value that specifies whether to plot the section views by column or row.
Public propertySpaceColumn Gets or sets the minimum number of major grid lines between columns of section views.
Public propertySpaceRow Gets or sets the minimum number of major grid lines between rows of section views.
Public propertyStartCorner Gets or sets the GroupPlotStartCornerType enum value that specifies the starting corner type for plotting the section views.
Top
Methods
 NameDescription
Public methodCopyAsSibling Copy the current style and add it to the parent node as a sibling.
(Inherited from StyleBase)
Public methodExportTo(Database, StyleConflictResolverType) Exports the current style to another drawing.
(Inherited from StyleBase)
Public methodGetDisplayPlan Gets the DisplayStyle object that specifies plan display properties for the SheetStyle component.
Top
See Also