ValidityState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum ValidityState
type ValidityState =
Public Enum ValidityState
- Inheritance
-
ValidityState
Fields
Name | Value | Description |
---|---|---|
Valid | 0 | |
InvalidUnknown | 1 | |
InvalidIsolatedPoint | 2 | |
InvalidRingOverlap | 3 | |
InvalidSplitRing | 4 | |
InvalidDegeneratesToPoint | 5 | |
InvalidDegeneratePolygon | 6 | |
InvalidOpenRing | 7 | |
InvalidRedundantRing | 8 | |
InvalidInconsistentOrientation | 9 | |
InvalidExteriorRing | 10 | |
InvalidRingOutOfPlace | 11 | |
InvalidEdgeOverlap | 12 | |
InvalidPolygon | 13 | |
InvalidAntipodalEdge | 14 |