An enumeration that specifies the type of output location for the points.
Namespace: Autodesk.CivilAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.5.3784.0
Syntax
C#
public enum SurfacePointOutputLocationsType
Visual Basic
Public Enumeration SurfacePointOutputLocationsType
Visual C++
public enum class SurfacePointOutputLocationsType
Members
Member name | Value | Description | |
---|---|---|---|
GridBased | 1048576 | ||
Centroids | 2097152 | ||
RandomPoints | 4194304 | ||
EdgeMidPoints | 8388608 |