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


IGPSAMapAlgebraExp.GetExpression 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.GetExpression Method
ArcGIS Developer Help

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