GeometryValidationResult.IsValid
Property
Definition
Returns a value indicating whether geometry for which IsValidDetailed(Geometry) was called is valid or not in the Azure DocumentDB database service.
[Newtonsoft.Json.JsonProperty("valid", Order=0, Required=Newtonsoft.Json.Required.Always)]
public bool IsValid { get; }
Property Value
true if geometry for which IsValidDetailed(Geometry) was called is valid. false otherwise.