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.DataPath Property (ArcObjects .NET 10.5 SDK) |
Full pathname of the KML data.
[Visual Basic .NET] Public Property DataPath As String
[C#] public string DataPath {get; set;}
[C++]
HRESULT get_DataPath(
BSTR* DataPath
);
[C++]
HRESULT put_DataPath(
BSTR DataPath
);
[C++]
Parameters DataPath [out, retval] DataPath is a parameter of type BSTR DataPath [in] DataPath is a parameter of type BSTR
DataPath can be the UNC or local path of your KML file as a string.