GeometryValidationResult
Class
Definition
Return value of IsValidDetailed(Geometry) in the Azure DocumentDB database service.
Contains detailed description why a geometyr is invalid.
[Newtonsoft.Json.JsonObject(Newtonsoft.Json.MemberSerialization.OptIn)]
public class GeometryValidationResult
- Inheritance
-
GeometryValidationResult
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
| GeometryValidationResult() |
Properties
| IsValid |
Returns a value indicating whether geometry for which IsValidDetailed(Geometry) was called is valid or not in the Azure DocumentDB database service. |
| Reason |
If geometry is invalid, returns detailed reason in the Azure DocumentDB database service. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |