ArcObjects Library Reference (SpatialAnalyst)  

IGPSAMapAlgebraExp.SetExpression Method

Sets the map algebra expression.

[Visual Basic .NET]
Public Sub SetExpression ( _
    ByVal expString As String _
)
[C#]
public void SetExpression (
    string expString
);
[C++]
HRESULT SetExpression(
  BSTR expString
);
[C++]

Parameters

expString [in]   expString is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

See Also

IGPSAMapAlgebraExp Interface