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 > IKmlServer Interface > IKmlServer.Data Property (ArcObjects .NET 10.5 SDK) |
Returns a KMZ file representation of a query to a MapServer object.
[Visual Basic .NET] Public Function get_Data ( _ ByVal Capabilities As String, _ ByVal request As String _ ) As Byte[]
[C#] public Byte[] get_Data ( string Capabilities, string request );
[C++]
HRESULT get_Data(
BSTR Capabilities,
BSTR request,
response* response
);
[C++]
Parameters Capabilities [in] Capabilities is a parameter of type BSTR request [in] request is a parameter of type BSTR response [out, retval] response is a parameter of type