SurveyFigureStyle Class

The survey figure style class.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      RXObject
        Drawable
          DBObject
            Autodesk.Civil.DatabaseServicesDBObject
              Autodesk.Civil.DatabaseServices.StylesStyleBase
                Autodesk.Civil.DatabaseServices.StylesSurveyFigureStyle

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

The SurveyFigureStyle type exposes the following members.

Properties
 NameDescription
Public propertyAdditionalMarkerDivideFigureBy Specifies the value to divide the figure by if you set the Marker Placement Method to Divide By.
Public propertyAdditionalMarkerInterval specifies that additional markers are placed continuously along the figure. Each marker is placed outside the extents of the previous marker.
Public propertyAdditionalMarkerPlacementMethod Gets or sets the AdditionalMarkerPlacementMethod of survey figure style.
Public propertyAdditionalMarkerStyleId Use these settings to specify if additional markers and marker styles to use on figures. Markers are considered additional when they are not placed at a vertex, start, mid, or endpoint on the figure.
Public propertyAlignAdditionalMarkersWithFigure Specifies if the markers are aligned normal to the figure segments.
Public propertyAlignEndpointMarkersWithFigure Specifies if the markers are aligned normal to the figure segments.
Public propertyAlignMidpointMarkersWithFigure Specifies if the markers are aligned normal to the figure segments.
Public propertyAlignVertexMarkersWithFigure Specifies if the markers are aligned normal to the figure segments.
Public propertyApplication Gets the Application associated with the DBObject. Not implemented.
(Inherited from DBObject)
Public propertyBeginningVertexMarkerStyleId Gets or sets the marker style object id for BeginningVertexMarkerStyleId.
Public propertyCreateByGets or Sets the "Created by" string for the style.
(Inherited from StyleBase)
Public propertyCrossingMarkerStyleId Gets or sets the marker style object id for CrossingMarkerStyleId.
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 propertyEndingVertexMarkerStyleId Gets or sets the marker style object id for EndingVertexMarkerStyleId.
Public propertyEndPointMarkerStyleId Specifies the marker style for the end point of the figure.
Public propertyExaggerateElevationBy Gets or sets the double value by which the surface object component elevation values are scaled.
Public propertyFlattenToElevationBy Gets or sets the double value to which the surface object component is flattened, or projected.
Public propertyInternalVertexMarkerStyleId Gets or sets the marker style object id for InternalVertexMarkerStyleId.
Public propertyIsUsed Gets whether the style is used by other objects in the current drawing.
(Inherited from DBObject)
Public propertyMidpointMarkerStyleId Use these settings to specify the marker properties for the figure Midpoint Markers component. The midpoint markers component can be used to display a marker style for the midpoint of each figure segment.
Public propertyModifiedByGets the "Modified by" string for the style.
(Inherited from StyleBase)
Public propertyNameSets the "Name" string for the style.
(Inherited from StyleBase)
Public propertyNetworkDisplayMode Specifies the display mode for figure elevations in the drawing.
Public propertyPlaceAdditionalMarkerAtFigureEndPoint Specify Yes to have the Marker Placement Method always places an additional marker at the end point of the figure. Note This setting overrides the setting of None in the Marker Placement Method.
Public propertyPlaceAdditionalMarkerAtFigureStartPoint Specify Yes to have the Marker Placement Method always places an additional marker at the start point of the figure. Note This setting overrides the setting of None in the Marker Placement Method.
Public propertyStartPointMarkerStyleId Specifies the marker style for the start point of the figure.
Public propertyVertexMarkerStyleId Use these settings to specify the marker properties for figure Vertex Markers component. You can use the vertex markers component to create a marker style for the original data points from which the figure was created, for example the point located in field that defined the figure.
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 methodGetDisplayStyleModel Gets the DisplayStyle object for survey figure style model view.
Public methodGetDisplayStylePlan Gets the DisplayStyle object for survey figure style plan view.
Public methodGetDisplayStyleProfile Gets the DisplayStyle object for survey figure style profile view.
Public methodGetDisplayStyleSection Gets the DisplayStyle object for survey figure style section view.
Top
See Also