An enumeration that specifies the type of selecting points to use for the surface smoothing extrapolation.
Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public enum SurfacePointSelectionType
VB
Public Enumeration SurfacePointSelectionType
C++
public enum class SurfacePointSelectionType
Members
| Member name | Value | Description |
|---|---|---|
| SelectPoints | 8 | |
| RandomPoints | 16 | |
| AllPoints | 64 |
