ArcObjects Library Reference  (GlobeCore)    

IKmlServer.Data Property

Returns a KMZ file representation of a query to a MapServer object.

[Visual Basic 6.0]
Property Data(
    ByVal capabilities As String, _
    ByVal request As String _
)() As Byte
[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
);
[Java]
public  getData (
    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