This document is archived and information here might be outdated. Recommended version. |
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*