An enumeration that specifies the type of output location for the points.
Namespace: Autodesk.CivilAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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 |