ArcGIS API for WPF - 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;}

Property Value

The graphics.

Remarks

Only the graphics already downloaded are returned.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.