This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IW > IWCSServer Interface > IWCSServer.Data Property (ArcObjects .NET 10.4 SDK) |
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
get_Data returns the response in a byte array to the client, it is the client's responsibility to parse or interpret the results.