MarkerStyle Class

Sets the style of a marker. Markers are used to mark locations along Alignment objects or survey figures (SurveyFigure), and can also used to indicate interferences in pipe networks (InterferenceChecks).
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      RXObject
        Drawable
          DBObject
            Autodesk.Civil.DatabaseServicesDBObject
              Autodesk.Civil.DatabaseServices.StylesStyleBase
                Autodesk.Civil.DatabaseServices.StylesMarkerStyleBase
                  Autodesk.Civil.DatabaseServices.StylesMarkerStyle

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

The MarkerStyle type exposes the following members.

Properties
 NameDescription
Public propertyApplication Gets the Application associated with the DBObject. Not implemented.
(Inherited from DBObject)
Public propertyCreateByGets or Sets the "Created by" string for the style.
(Inherited from StyleBase)
Public propertyCustomMarkerStyle Gets or sets a long value specifying a custom marker style.
(Inherited from MarkerStyleBase)
Public propertyCustomMarkerSuperimposeStyle Gets or sets the CustomMarkerSuperimposeType enum value that specifies the shape superimposed on the custom point style marker as either none, a circle, a square, or both square and circle.
(Inherited from MarkerStyleBase)
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 propertyIsUsed Gets whether the style is used by other objects in the current drawing.
(Inherited from DBObject)
Public propertyMarkerDisplayStyleModelObsolete.
Gets the DisplayStyle property that specifies the point style marker Model display styles such as color, linetype, plotstyle, etc.
(Inherited from MarkerStyleBase)
Public propertyMarkerDisplayStylePlanObsolete.
Gets the DisplayStyle property that specifies the point style marker Plan display styles such as color, linetype, plotstyle, etc.
(Inherited from MarkerStyleBase)
Public propertyMarkerDisplayStyleProfileObsolete.
Gets the marker display style for profile views.
Public propertyMarkerDisplayStyleSectionObsolete.
Gets the marker display style for section views.
Public propertyMarkerFixedScale Gets or sets a fixed scale used to scale the point symbol.
(Inherited from MarkerStyleBase)
Public propertyMarkerRotationAngle Gets or sets the marker's rotation angle.
(Inherited from MarkerStyleBase)
Public propertyMarkerSize Gets or sets the marker size in drawing units.
(Inherited from MarkerStyleBase)
Public propertyMarkerSymbolName Gets or sets a string value that represents the marker symbol block name.
(Inherited from MarkerStyleBase)
Public propertyMarkerType Gets or sets the marker type (point, symbol, vertical line, or custom).
Public propertyModifiedByGets the "Modified by" string for the style.
(Inherited from StyleBase)
Public propertyNameSets the "Name" string for the style.
(Inherited from StyleBase)
Public propertyOrientation Gets or sets the MarkerOrientationType enum value that defines how the marker rotation angle is applied.
(Inherited from MarkerStyleBase)
Public propertySizeType Gets or sets the MarkerSizeType enum value that defines how the marker is sized, such as relative to screen, fixed scale, etc.
(Inherited from MarkerStyleBase)
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 methodGetMarkerDisplayStyleModel Gets the DisplayStyle property that specifies the point style marker Model display styles such as color, linetype, plotstyle, etc.
(Inherited from MarkerStyleBase)
Public methodGetMarkerDisplayStylePlan Gets the DisplayStyle property that specifies the point style marker Plan display styles such as color, linetype, plotstyle, etc.
(Inherited from MarkerStyleBase)
Public methodGetMarkerDisplayStyleProfile Gets the marker display style for profile views.
Public methodGetMarkerDisplayStyleSection Gets the marker display style for section views.
Top
See Also