This document is archived and information here might be outdated.  Recommended version.


IGPSAMapAlgebraExp.SetExpression Method (ArcObjects .NET 10.4 SDK)
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