This document is archived and information here might be outdated.  Recommended version.


IKmlServer.Data Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IK > IKmlServer Interface > IKmlServer.Data Property
ArcGIS Developer Help

IKmlServer.Data Property

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,
  SAFEARRAY(System.Byte)* 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 SAFEARRAY(unsigned char)*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IKmlServer Interface