SpatialSpec.SpatialTypes Property

Definition

Path's spatial type

[Newtonsoft.Json.JsonProperty(ItemConverterType=typeof(Newtonsoft.Json.Converters.StringEnumConverter), PropertyName="types")]
public System.Collections.ObjectModel.Collection<Microsoft.Azure.Documents.SpatialType> SpatialTypes { get; set; }
[<Newtonsoft.Json.JsonProperty(ItemConverterType=typeof(Newtonsoft.Json.Converters.StringEnumConverter), PropertyName="types")>]
member this.SpatialTypes : System.Collections.ObjectModel.Collection<Microsoft.Azure.Documents.SpatialType> with get, set
Public Property SpatialTypes As Collection(Of SpatialType)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to