An enumeration that specifies the current status of the surface operation with specified type.
Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public enum SurfaceOpeartionStatusType
VB
Public Enumeration SurfaceOpeartionStatusType
C++
public enum class SurfaceOpeartionStatusType
Members
| Member name | Value | Description |
|---|---|---|
| AllFalse | 0 | |
| AllTrue | 1 | |
| Varies | 2 | |
| None | -1 |
