Share

SurfaceTriangleStyle Class

The SurfaceTriangleStyle class.

Inheritance Hierarchy

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


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

Syntax

C#

public sealed class SurfaceTriangleStyle : SurfaceBaseStyle

VB

Public NotInheritable Class SurfaceTriangleStyle
	Inherits SurfaceBaseStyle

C++

public ref class SurfaceTriangleStyle sealed : public SurfaceBaseStyle

The SurfaceTriangleStyle type exposes the following members.

Properties

 NameDescription
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)

See Also

Reference

Was this information helpful?