Share

SurfaceDirectionStyle Class

The surface boundary style class

Inheritance Hierarchy

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


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

Syntax

C#

public sealed class SurfaceDirectionStyle : SurfaceBaseStyle

VB

Public NotInheritable Class SurfaceDirectionStyle
	Inherits SurfaceBaseStyle

C++

public ref class SurfaceDirectionStyle sealed : public SurfaceBaseStyle

The SurfaceDirectionStyle type exposes the following members.

Properties

 NameDescription
Public propertyColorScheme Gets or sets the color scheme name.
Public propertyDisplayEntityMode Gets or sets the DisplayType Specifies how the surface should be displayed/rendered.
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 directional data is grouped.
Public propertyLegendStyleId Gets or sets the ObjectId value that specifies the surface direction legend style.
Public propertyLegendStyleName Gets or sets the string value that specifies the surface direction legend style.
Public propertyNumberOfRanges Gets or sets the number of directional ranges.
Public propertyRangePrecision Gets or sets the PrecisionRangeType Specifies the precision to use for the directional ranges included in this style.

See Also

Reference

Was this information helpful?