The base class for marker and point styles.
Inheritance Hierarchy
SystemObjectSystemMarshalByRefObject
DisposableWrapper
RXObject
Drawable
DBObject
Autodesk.Civil.DatabaseServicesDBObject
Autodesk.Civil.DatabaseServices.StylesStyleBase
Autodesk.Civil.DatabaseServices.StylesMarkerStyleBase
Autodesk.Civil.DatabaseServices.StylesMarkerStyle
Autodesk.Civil.DatabaseServices.StylesPointStyle
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public class MarkerStyleBase : StyleBase
VB
Public Class MarkerStyleBase Inherits StyleBase
C++
public ref class MarkerStyleBase : public StyleBase
The MarkerStyleBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | MarkerStyleBase | Initializes a new instance of the MarkerStyleBase class |
Properties
Name | Description | |
---|---|---|
![]() | Application |
Gets the Application associated with the DBObject.
Not implemented.
(Inherited from DBObject) |
![]() | CreateBy | Gets or Sets the "Created by" string for the style. (Inherited from StyleBase) |
![]() | CustomMarkerStyle | Gets or sets a long value specifying a custom marker style. |
![]() | CustomMarkerSuperimposeStyle | 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. |
![]() | DateCreated | Gets the "Date created" string for the style. (Inherited from StyleBase) |
![]() | DateModified | Gets the "Date modified" string for the style. (Inherited from StyleBase) |
![]() | Description |
Gets or sets the description.
(Inherited from DBObject) |
![]() | Document |
Gets the Document associated with the DBObject.
Not implemented.
(Inherited from DBObject) |
![]() | IsUsed |
Gets whether the style is used by other objects in the current drawing.
(Inherited from DBObject) |
![]() | MarkerDisplayStyleModel | Obsolete. Gets the DisplayStyle property that specifies the point style marker Model display styles such as color, linetype, plotstyle, etc. |
![]() | MarkerDisplayStylePlan | Obsolete. Gets the DisplayStyle property that specifies the point style marker Plan display styles such as color, linetype, plotstyle, etc. |
![]() | MarkerFixedScale | Gets or sets a fixed scale used to scale the point symbol. |
![]() | MarkerRotationAngle | Gets or sets the marker's rotation angle. |
![]() | MarkerSize | Gets or sets the marker size in drawing units. |
![]() | MarkerSymbolName | Gets or sets a string value that represents the marker symbol block name. |
![]() | ModifiedBy | Gets the "Modified by" string for the style. (Inherited from StyleBase) |
![]() | Name | Sets the "Name" string for the style. (Inherited from StyleBase) |
![]() | Orientation | Gets or sets the MarkerOrientationType enum value that defines how the marker rotation angle is applied. |
![]() | SizeType | Gets or sets the MarkerSizeType enum value that defines how the marker is sized, such as relative to screen, fixed scale, etc. |
Methods
Name | Description | |
---|---|---|
![]() | CopyAsSibling |
Copy the current style and add it to the parent node as a sibling.
(Inherited from StyleBase) |
![]() | ExportTo(Database, StyleConflictResolverType) |
Exports the current style to another drawing.
(Inherited from StyleBase) |
![]() | GetMarkerDisplayStyleModel | Gets the DisplayStyle property that specifies the point style marker Model display styles such as color, linetype, plotstyle, etc. |
![]() | GetMarkerDisplayStylePlan | Gets the DisplayStyle property that specifies the point style marker Plan display styles such as color, linetype, plotstyle, etc. |