ArcObjects Library Reference  (Carto)    

IWMSServer.Data Property

Handle WMS Server binary request.

[Visual Basic 6.0]
Property Data(
    ByVal Capabilities As String, _
    ByVal request As String, _
    pMimeType As String _
)() As Byte
[Visual Basic .NET]
Public Function get_Data ( _
    ByVal Capabilities As String, _
    ByVal request As String, _
    ByRef pMimeType As String _
) As Byte[]
[C#]
public Byte[] get_Data (
    string Capabilities,
    string request,
    ref string pMimeType
);
[Java]
public  getData (
    String Capabilities,
    String request,
    String pMimeType
)
[C++]
HRESULT get_Data(
  BSTR Capabilities,
  BSTR request,
  BSTR* pMimeType,
  ppResponse* ppResponse
);
[C++]

Parameters

Capabilities [in]

  Capabilities is a parameter of type BSTR

request [in]

  request is a parameter of type BSTR

pMimeType [out]

  pMimeType is a parameter of type BSTR

ppResponse [out, retval]

  ppResponse is a parameter of type

Product Availability

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

See Also

IWMSServer Interface