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


IGPSAMapAlgebraExp.GetExpression Method (ArcObjects .NET 10.6 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(
void
);

Product Availability

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

See Also

IGPSAMapAlgebraExp Interface