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


IExpression.Expression Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IE > IExpression Interface > IExpression.Expression Property
ArcGIS Developer Help

IExpression.Expression Property

Expression string applied to the field of each row in the cursor.

[Visual Basic .NET]
Public Property Expression As String
[C#]
public string Expression {get; set;}
[C++]
HRESULT get_Expression(
  System.String* pExpression
);
[C++]
HRESULT put_Expression(
  BSTR pExpression
);
[C++]
Parameters
pExpression [out, retval]

pExpression is a parameter of type BSTR* pExpression [in]
pExpression is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IExpression Interface