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


IGPSAMapAlgebraExp.SetExpression Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPSAMapAlgebraExp Interface > IGPSAMapAlgebraExp.SetExpression Method
ArcGIS Developer Help

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