The GroupPlotStyle type exposes the following members.

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.

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 propertyCreateBy
Gets or Sets the "Created by" string for the style.
(Inherited from StyleBase.)
Public propertyDateCreated
Gets the "Date created" string for the style.
(Inherited from StyleBase.)
Public propertyDateModified
Gets 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 propertyModifiedBy
Gets the "Modified by" string for the style.
(Inherited from StyleBase.)
Public propertyName
Sets 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.

See Also