This document is archived and information here might be outdated.  Recommended version.


IKmlLayer Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IK > IKmlLayer Interface
ArcGIS Developer Help

IKmlLayer Interface

Provides information about a KML Layer.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Read-only property AreaOfInterest The default area of interest for the layer.
Read/write property Cached Indicates if the layer needs its own display cache.
Read/write property DataPath Full pathname of the KML data.
Method Draw Draws the layer to the specified display for the given draw phase.
Write-only property GlobeContainedDataPath Full pathname of the KML data within a contained part of Globe.
Read/write property LabelsVisible Labels are Visible.
Read-only property MaximumRefreshInterval Maximun Refresh interval in seconds.
Read/write property MaximumScale Maximum scale (representative fraction) at which the layer will display.
Read-only property MinimumRefreshInterval Minimun Refresh interval in seconds.
Read/write property MinimumScale Minimum scale (representative fraction) at which the layer will display.
Read/write property Name Layer name.
Method RefreshVisibleNodes Refresh Visible Nodes.
Read/write property ShowTips Indicates if the layer shows map tips.
Write-only property SpatialReference Spatial reference for the layer.
Read-only property SupportedDrawPhases Supported draw phases.
Read-only property TipText Map tip text at the specified location.
Read-only property Valid Indicates if the layer is currently valid.
Read/write property Visible Indicates if the layer is currently visible.

Inherited Interfaces

Interfaces Description
ILayer Provides access to members that work with all layers.

Classes that implement IKmlLayer

Classes Description
KmlLayer Esri KML Layer class.