ArcObjects Library Reference (Carto)  

IWCSServer.Data Property

Handle WCS request.

[Visual Basic .NET]
Public Function get_Data ( _
    ByVal sRequest As String, _
    ByRef pMimeType As String _
) As Byte[]
[C#]
public Byte[] get_Data (
    string sRequest,
    ref string pMimeType
);
[C++]
HRESULT get_Data(
  BSTR sRequest,
  BSTR* pMimeType,
  ppResponse* ppResponse
);
[C++]

Parameters

sRequest [in]   sRequest 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.

Remarks

get_Data returns the response in a byte array to the client, it is the client's responsibility to parse or interpret the results.

See Also

IWCSServer Interface