SurfaceStyle Class

The surface style class.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      RXObject
        Drawable
          DBObject
            Autodesk.Civil.DatabaseServicesDBObject
              Autodesk.Civil.DatabaseServices.StylesStyleBase
                Autodesk.Civil.DatabaseServices.StylesSurfaceStyle

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

The SurfaceStyle type exposes the following members.

Properties
 NameDescription
Public propertyApplication Gets the Application associated with the DBObject. Not implemented.
(Inherited from DBObject)
Public propertyBoundaryStyle Gets the style object that specifies properties for surface outer, show and hide boundaries/borders.
Public propertyContourStyle Gets the style object that specifies properties for surface minor, major, depression, and user-defined contour lines.
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 propertyDirectionStyle Gets the style object that specifies properties for surface direction analysis components.
Public propertyDocument Gets the Document associated with the DBObject. Not implemented.
(Inherited from DBObject)
Public propertyElevationStyle Gets the style object that specifies properties for surface elevation analysis components.
Public propertyGridStyle Gets the style object that specifies properties for surface primary, secondary, and datum grid information.
Public propertyIsUsed Gets whether the style is used by other objects in the current drawing.
(Inherited from DBObject)
Public propertyModifiedByGets the "Modified by" string for the style.
(Inherited from StyleBase)
Public propertyNameSets the "Name" string for the style.
(Inherited from StyleBase)
Public propertyPointStyle Gets the style object that specifies properties for surface point objects.
Public propertySlopeArrowStyle Gets the style object that specifies properties for the surface slope arrow analysis components.
Public propertySlopeStyle Gets the style object that specifies properties for surface slope analysis components.
Public propertyTriangleStyle Gets the style object that specifies properties for the surface TIN face components.
Public propertyWatershedStyle Gets the style object that specifies properties for the various kinds of surface watershed analysis components.
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 that specifies the surface component Model display color, layer, linetype, etc.
Public methodGetDisplayStylePlan Gets the DisplayStyle object that specifies the surface component Plan display color, layer, linetype, etc.
Public methodGetDisplayStyleSection Gets the DisplayStyle object that specifies the surface component Section display color, layer, linetype, etc.
Top
See Also