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


IGPSAMapAlgebraExp.GetExpression Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (SpatialAnalyst)  

IGPSAMapAlgebraExp.GetExpression Method

Gets the map algebra expression.

[Visual Basic .NET]
Public Function GetExpression ( _
) As String
[C#]
public string GetExpression (
);
[C++]
HRESULT GetExpression(
  BSTR* expString
);
[C++]

Parameters expString [out, retval] 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