This document is archived and information here might be outdated. Recommended version. |
Returns the Raster content that meet the selection criteria for the specified dynamic layer.
[Visual Basic .NET] Public Function QueryRasterValue2 ( _ ByVal MapName As String, _ ByVal pTableDescription As IMapTableDescription, _ ByVal rowIDs As ILongArray, _ ByVal FieldName As String, _ ByVal rasterValueType As IImageType _ ) As IImageResults
[C#] public IImageResults QueryRasterValue2 ( string MapName, IMapTableDescription pTableDescription, ILongArray rowIDs, string FieldName, IImageType rasterValueType );
[C++]
HRESULT QueryRasterValue2(
BSTR MapName,
IMapTableDescription* pTableDescription,
ILongArray* rowIDs,
BSTR FieldName,
IImageType* rasterValueType
);
[C++] Parameters MapName [in]
MapName is a parameter of type BSTR pTableDescription [in]
pTableDescription is a parameter of type IMapTableDescription* rowIDs [in]
rowIDs is a parameter of type ILongArray* FieldName [in]
FieldName is a parameter of type BSTR rasterValueType [in]
rasterValueType is a parameter of type IImageType*