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