Share

SurfaceGridStyle Class

The SurfaceGridStyle class.

Inheritance Hierarchy

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


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

Syntax

C#

public sealed class SurfaceGridStyle : SurfaceBaseStyle

VB

Public NotInheritable Class SurfaceGridStyle
	Inherits SurfaceBaseStyle

C++

public ref class SurfaceGridStyle sealed : public SurfaceBaseStyle

The SurfaceGridStyle 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)
Public propertyPrimaryGridInterval Gets or sets the primary grid interval value in drawing linear units.
Public propertyPrimaryGridOrientation Gets or sets the angle of orientation for the primary grid lines.
Public propertySecondaryGridInterval Gets or sets the secondary grid interval value in drawing linear units.
Public propertySecondaryGridOrientation Gets or sets the angle of orientation for the secondary grid lines.
Public propertyUsePrimaryGrid Gets or sets the boolean value specifying whether to display the surface's primary grid lines.
Public propertyUseSecondaryGrid Gets or sets the boolean value specifying whether to display the surface's secondary grid lines.

See Also

Reference

Was this information helpful?