你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MultiPolygon.Polygons 属性

定义

获取实例的 PolygonCoordinates 集合。 每个表示 PolygonCoordinates 单独的多边形。

[Newtonsoft.Json.JsonProperty("coordinates", Order=1, Required=Newtonsoft.Json.Required.Always)]
[System.Runtime.Serialization.DataMember(Name="coordinates")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Azure.Cosmos.Spatial.PolygonCoordinates> Polygons { get; }
[<Newtonsoft.Json.JsonProperty("coordinates", Order=1, Required=Newtonsoft.Json.Required.Always)>]
[<System.Runtime.Serialization.DataMember(Name="coordinates")>]
member this.Polygons : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Azure.Cosmos.Spatial.PolygonCoordinates>
Public ReadOnly Property Polygons As ReadOnlyCollection(Of PolygonCoordinates)

属性值

实例的 PolygonCoordinates 集合。 每个表示 PolygonCoordinates 单独的多边形。

属性
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

适用于