Share

SurfaceStatus Enumeration



Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.6.1067.0

Syntax

C#

public enum SurfaceStatus

VB

Public Enumeration SurfaceStatus

C++

public enum class SurfaceStatus

Members

Member nameValueDescription
Success0 
NoSurfaceFound1 
ProcessingInterrupted2 
NoPointsInSurface3 
NoTrianglesInSurface4 
NoTriangleFound5 
PointOutsideSurface6 
TriangleIsDeleted7 
NoBorderFound8 
NoRangePointsFound9 
TrianglesAreNotNeighbors10 
NoIntersectionFound11 
DuplicatePoint12 
NoPointFound13 
Failure14 
UnimplementedOperation15 
UnableToReadFile16 
NoEdgeFound17 
EdgeIsLocked18 
CantSwap19 
LoadFailed20 
DuplicateName21 
IllegalBoundary22 
InvalidFileFormat23 
FileNotFound24 
SnapshotNotFound25 
GradingPasteToTargetSurfRejected26 
IncompatibleGrids27 
UnableToOpenSurfaceStyle28 
PointOnFlatArea29 
NeighborsNotFullySpecified30 
InconsistentNeighborPointers31 
PointsNotInCcwOrder32 
OutOfMemory33 
BaseSurfaceNotFound34 
ComparisonSurfaceNotFound35 

See Also

Reference

Was this information helpful?