http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Specialty/ESRI_StatesCitiesRivers_USA/MapServer/0
Dim layer As FeatureLayer = MyMap.Layers.Item(1) mytxt.Text = layer.Graphics.Count
Dim layer As FeatureLayer = TryCast(sender, FeatureLayer) For Each g As Graphic In layer.Graphics Dim mg As New MyGraphic With {.Label = g.Attributes("Label")} newList.Add(mg) Next
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.