This document is archived and information here might be outdated. Recommended version. |
Produces a GeoDataset by executing an expression.
[Visual Basic .NET] Public Function Execute ( _ ByVal expression As String _ ) As IGeoDataset
[C#] public IGeoDataset Execute ( string expression );
[C++]
HRESULT Execute(
BSTR expression
);
[C++] Parameters expression [in]
expression is a parameter of type BSTR
expression |
a string statement specifying a map algebra equation. Symbol objects created from IMapAlgebra::BindRaster must be surrounded by "[ ]" |