This document is archived and information here might be outdated. Recommended version. |
The url to download the feature info from.
[Visual Basic .NET] Public Function get_FeatureInfoRequestURL ( _ ByVal pLayers As IArray, _ ByVal pBoundingBox As IEnvelope, _ ByVal imageWidth As Integer, _ ByVal imageHeight As Integer, _ ByVal positionX As Integer, _ ByVal positionY As Integer, _ ByVal featureCount As Integer, _ ByVal responseFormat As String _ ) As String
[C#] public string get_FeatureInfoRequestURL ( IArray pLayers, IEnvelope pBoundingBox, int imageWidth, int imageHeight, int positionX, int positionY, int featureCount, string responseFormat );
[C++]
HRESULT get_FeatureInfoRequestURL(
IArray* pLayers,
IEnvelope* pBoundingBox,
long imageWidth,
long imageHeight,
long positionX,
long positionY,
long featureCount,
BSTR responseFormat,
System.String* URL
);
[C++] Parameters pLayers [in]
pLayers is a parameter of type IArray* pBoundingBox [in]
pBoundingBox is a parameter of type IEnvelope* imageWidth [in]
imageWidth is a parameter of type long imageHeight [in]
imageHeight is a parameter of type long positionX [in]
positionX is a parameter of type long positionY [in]
positionY is a parameter of type long featureCount [in]
featureCount is a parameter of type long responseFormat [in]
responseFormat is a parameter of type BSTR URL [out, retval]
URL is a parameter of type BSTR*