ArcObjects Library Reference (GlobeCore)  

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,
  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

Product Availability

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

See Also

IKmlServer Interface