ProfileStyle Class

The profile style wrapper class.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      RXObject
        Drawable
          DBObject
            Autodesk.Civil.DatabaseServicesDBObject
              Autodesk.Civil.DatabaseServices.StylesStyleBase
                Autodesk.Civil.DatabaseServices.StylesProfileStyle

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

The ProfileStyle type exposes the following members.

Properties
 NameDescription
Public propertyApplication Gets the Application associated with the DBObject. Not implemented.
(Inherited from DBObject)
Public propertyArrowHeadOption Gets the profile arrow head option.
Public propertyBeginPointMarkerStyle Gets or sets the marker style object id for 'Begin point' on the profile.
Public propertyChain3DDisplayStyleModelObsolete.
Gets the AeccDisplayStyle for 3D chain display style in model view orientation.
Public propertyChainTessellationDistance3D Gets or sets the curve tessellation distance used for 3D chain visualization.
Public propertyCreateByGets or Sets the "Created by" string for the style.
(Inherited from StyleBase)
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 propertyEndPointMarkerStyle Gets or sets the marker style object id for 'End point' on the profile
Public propertyHighPointMarkerStyle Gets or sets the marker style object id for 'High Point' on the profile
Public propertyIsUsed Gets whether the style is used by other objects in the current drawing.
(Inherited from DBObject)
Public propertyLowPointMarkerStyle Gets or sets the marker style object id for 'Low Point' on the profile
Public propertyModifiedByGets the "Modified by" string for the style.
(Inherited from StyleBase)
Public propertyNameSets the "Name" string for the style.
(Inherited from StyleBase)
Public propertyProfileMarkerDisplayStyleSectionObsolete.
Gets the AeccDisplayStyle for marker display style in section view orientation.
Public propertyProfileMarkerSectionViewMarkerStyle Gets or sets the marker style object id for 'Section View' on the profile
Public propertyThroughPointMarkerStyle Gets or sets the marker style object id for 'Through points' on the profile.
Public propertyVCompoundCurveIntersectPointMarkerStyle Gets or sets the marker style object id for 'Point of Vertical Compound Curve Intersection' on the profile
Public propertyVCurveTangentIntersectPointMarkerStyle Gets or sets the marker style object id for 'Point of Curve Tangent intersection' on the profile
Public propertyVIntersectionPointMarkerStyle Gets or sets the marker style object id for 'Point of Vertical Intersection' on the profile.
Public propertyVReverseCurveIntersectPointMarkerStyle Gets or sets the marker style object id for 'Point of Reverse Curve Intersection' on the profile
Public propertyVTangentCurveIntersectPointMarkerStyle Gets or sets the marker style object id for 'Point of Vertical Tangent Curve Intersection' on the profile
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 methodGetChain3DDisplayStyleModel Gets the AeccDisplayStyle for 3D chain display style in model view orientation.
Public methodGetDisplayStyleProfile Gets the DisplayStyle object that specifies profile display properties for the Profile component.
Public methodGetProfileMarkerDisplayStyleSection Gets the AeccDisplayStyle for marker display style in section view orientation.
Top
See Also