This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IK > IKmlLayer Interface > IKmlLayer.GlobeContainedDataPath Property (ArcObjects .NET 10.5 SDK) |
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