ArcObjects Library Reference (Carto)  

IFeatureLayerDefinition2.DefinitionExpression Property

Definition query expression for the existing layer.

[Visual Basic .NET]
Public Property DefinitionExpression As String
[C#]
public string DefinitionExpression {get; set;}
[C++]
HRESULT get_DefinitionExpression(
  BSTR* Expression
);
[C++]
HRESULT put_DefinitionExpression(
  BSTR Expression
);
[C++]

Parameters

Expression [out, retval]   Expression is a parameter of type BSTR Expression [in]   Expression is a parameter of type BSTR

Product Availability

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

See Also

IFeatureLayerDefinition2 Interface