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


IWMSServer.Data Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IWMSServer.Data Property

Handle WMS Server binary request.

[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
);
[C++]
HRESULT get_Data(
  BSTR Capabilities,
  BSTR request,
  System.String* pMimeType,
  SAFEARRAY(System.Byte)* 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 SAFEARRAY(unsigned char)*

Product Availability

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

See Also

IWMSServer Interface