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.280
Syntax
C#
public sealed class SurfacePointStyle : SurfaceBaseStyle
VB
Public NotInheritable Class SurfacePointStyle Inherits SurfaceBaseStyle
C++
public ref class SurfacePointStyle sealed : public SurfaceBaseStyle
The SurfacePointStyle type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| DataPointsColor | Gets or sets the value specifying the true color of the data point display. | |
| DataPointsSymbol | Gets or sets the value specifying the symbology of the data point display. | |
| DerivedPointsColor | Gets or sets the value specifying the true color of the derived point display. | |
| DerivedPointsSymbol | Gets or sets the value specifying the symbology of the derived point display. | |
| 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) | |
| NondestructivePointsColor | Gets or sets the value specifying the true color of the non-destructive point display. | |
| NondestructivePointsSymbol | Gets or sets the value specifying the symbology of the non-destructive point display. | |
| ScalingMethodType | Gets or sets the ScaleType enum value that specifies how to scale the point marker. | |
| Units | Gets or sets the units property. |
