The surface boundary style class
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbSurfaceStyle>]
Autodesk.Civil.DatabaseServices.StylesSurfaceBaseStyle
Autodesk.Civil.DatabaseServices.StylesSurfaceBoundaryStyle
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public sealed class SurfaceBoundaryStyle : SurfaceBaseStyle
VB
Public NotInheritable Class SurfaceBoundaryStyle Inherits SurfaceBaseStyle
C++
public ref class SurfaceBoundaryStyle sealed : public SurfaceBaseStyle
The SurfaceBoundaryStyle type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | DatumElevation | Gets or sets the datum elevation. |
![]() | DisplayExteriorBoundaries | Gets or sets the boolean value that determines whether exterior surface boundaries are displayed. |
![]() | DisplayInteriorBoundaries | Gets or sets the boolean value that determines whether interior surface boundaries are displayed. |
![]() | DisplayMode |
Gets or sets the Display3dType enum value that specifies the appearance of surface elevations.
(Inherited from SurfaceBaseStyle) |
![]() | ExaggerateElevationBy |
Gets or sets the double value by which the surface object component elevation values are scaled.
(Inherited from SurfaceBaseStyle) |
![]() | FlattenToElevationBy |
Gets or sets the double value to which the surface object component is flattened, or projected.
(Inherited from SurfaceBaseStyle) |
![]() | ProjectGridToDatum | Gets or sets the boolean value specifying whether the grid lines will be projected to the datum. |
![]() | UseDatum | Gets or sets the boolean value specifying whether the grid datum can be displayed. |