SurfacePointStyle Class

The SurfacePointStyle class.
Inheritance Hierarchy
SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbSurfaceStyle>]
    Autodesk.Civil.DatabaseServices.StylesSurfaceBaseStyle
      Autodesk.Civil.DatabaseServices.StylesSurfacePointStyle

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class SurfacePointStyle : SurfaceBaseStyle

The SurfacePointStyle type exposes the following members.

Properties
 NameDescription
Public propertyDataPointsColor Gets or sets the value specifying the true color of the data point display.
Public propertyDataPointsSymbol Gets or sets the value specifying the symbology of the data point display.
Public propertyDerivedPointsColor Gets or sets the value specifying the true color of the derived point display.
Public propertyDerivedPointsSymbol Gets or sets the value specifying the symbology of the derived point display.
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 propertyNondestructivePointsColor Gets or sets the value specifying the true color of the non-destructive point display.
Public propertyNondestructivePointsSymbol Gets or sets the value specifying the symbology of the non-destructive point display.
Public propertyScalingMethodType Gets or sets the ScaleType enum value that specifies how to scale the point marker.
Public propertyUnits Gets or sets the units property.
Top
See Also