Create a Raster descriptor.
[Visual Basic .NET] Public Sub Create ( _ ByVal Raster As IRaster, _ ByVal filter As IQueryFilter, _ ByVal FieldName As String _ )
[C#] public void Create ( IRaster Raster, IQueryFilter filter, string FieldName );
[C++]
HRESULT Create(
IRaster* Raster,
IQueryFilter* filter,
BSTR FieldName
);
[C++]Parameters
Raster [in]Raster is a parameter of type IRaster
filter [in]filter is a parameter of type IQueryFilter
FieldName [in] FieldName is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.