This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IM > IMapAlgebraOp Interface > IMapAlgebraOp.Execute Method (ArcObjects .NET 10.5 SDK) |
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,
IGeoDataset** geoDataset
);
[C++]
Parameters expression [in] expression is a parameter of type BSTR geoDataset [out, retval]
geoDataset is a parameter of type IGeoDataset
expression |
a string statement specifying a map algebra equation. Symbol objects created from IMapAlgebra::BindRaster must be surrounded by "[ ]" |