Share

SurfaceSlopeStyle Class

The SurfaceSlopeStyle class.

Inheritance Hierarchy

SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbSurfaceStyle>]
    Autodesk.Civil.DatabaseServices.StylesSurfaceBaseStyle
      Autodesk.Civil.DatabaseServices.StylesSurfaceSlopeStyle


Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276

Syntax

C#

public sealed class SurfaceSlopeStyle : SurfaceBaseStyle

VB

Public NotInheritable Class SurfaceSlopeStyle
	Inherits SurfaceBaseStyle

C++

public ref class SurfaceSlopeStyle sealed : public SurfaceBaseStyle

The SurfaceSlopeStyle type exposes the following members.

Properties

 NameDescription
Public propertyColorScheme Gets or sets the color scheme for the range.
Public propertyDisplayEntityMode Gets or sets the 3D display behavior of the surface object sub-component.
Public propertyDisplayMode Gets or sets the Display3dType enum value that specifies the appearance of surface elevations.
(Inherited from SurfaceBaseStyle)
Public propertyExaggerateElevationBy Gets or sets the double value by which the surface object component elevation values are scaled.
(Inherited from SurfaceBaseStyle)
Public propertyFlattenToElevationBy Gets or sets the double value to which the surface object component is flattened, or projected.
(Inherited from SurfaceBaseStyle)
Public propertyGroupValuesBy Gets or sets the GroupValuesByType Specifies how the surface slope data is grouped.
Public propertyLegendStyleId Gets or sets the style for the surface slope legend.
Public propertyLegendStyleName Gets or sets the style for the surface slope legend.
Public propertyNumberOfRanges Gets or sets the number of surface slope range values to be used.
Public propertyRangePrecision Gets or sets the surface slope range precision value.

See Also

Reference

Was this information helpful?