The GradingStyle 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 methodGetDisplayStyleModel
Gets the DisplayStyle object that specifies the grading component Model display color, layer, linetype, etc.
Public methodGetDisplayStylePlan
Gets the DisplayStyle object that specifies the grading component Plan display color, layer, linetype, etc.

Properties

  NameDescription
Public propertyApplication
Gets the Application associated with the DBObject. Not implemented.
(Inherited from DBObject.)
Public propertyCenterMarker
Gets or Sets the MarkerSizeType enum value that specifies the size of the marker and how it is calculated.
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 propertyFixedSize
Gets or sets the marker size that is specified in the current drawing units (usually feet or meters).
Public propertyIsUsed
Gets whether the style is used by other objects in the current drawing.
(Inherited from DBObject.)
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 propertyPercentageOfScreen
Gets or sets the current zoom level of the marker size.
Public propertyPlottedSize
Gets or sets the marker size that is based on the current drawing scale(inches or millimeters).
Public propertySlopePatternStyleId
Gets or sets the object id of the slope pattern style for the grading style.
Public propertySlopePatternStyleName
Gets or sets the name of the slope pattern style for the grading style.
Public propertySlopeRangeMax
Gets or sets the maximum value of the slope value.
Public propertySlopeRangeMin
Gets or sets the minimum value of the slope value.
Public propertyUseSlopePatternStyle
Gets or sets a bool value that specifies whether use a slope pattern style for the grading style.
Public propertyUseSlopeRange
Gets or sets a bool value that specifies whether the slope pattern is applied to a limited range of slope values.

See Also