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


IGFSTableDescription.DefinitionExpression Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGFSTableDescription Interface > IGFSTableDescription.DefinitionExpression Property
ArcGIS Developer Help

IGFSTableDescription.DefinitionExpression Property

The definition expression for the layer.

[Visual Basic .NET]
Public Property DefinitionExpression As String
[C#]
public string DefinitionExpression {get; set;}
[C++]
HRESULT get_DefinitionExpression(
  System.String* 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

IGFSTableDescription Interface