ArcGIS API for Windows Phone - Library Reference
Graphics Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Toolkit.DataSources Namespace > KmlLayer Class : Graphics Property

Gets the graphics from all sublayers of this KML layer.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Graphics As IEnumerable(Of Graphic)
C# 
public IEnumerable<Graphic> Graphics {get;}

Remarks

Only the graphics already downloaded are returned.

Property Value

The graphics.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.