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


IKmlLayer.GlobeContainedDataPath Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

IKmlLayer.GlobeContainedDataPath Property

Full pathname of the KML data within a contained part of Globe.

[Visual Basic .NET]
Public Sub set_GlobeContainedDataPath ( _
    ByVal DataPath As String, _
    ByVal A_2 As IGlobe _
)
[C#]
public void set_GlobeContainedDataPath (
    string DataPath,
    IGlobe A_2
);
[C++]
HRESULT put_GlobeContainedDataPath(
  BSTR DataPath,
  IGlobe* 
);
[C++]

Parameters DataPath [in] DataPath is a parameter of type BSTR [in]
is a parameter of type IGlobe

Product Availability

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

See Also

IKmlLayer Interface