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


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

IMapTableInfo3.DefinitionExpression Property

Returns the original definition expression on the layer.

[Visual Basic .NET]
Public Sub DefinitionExpression ( _
    ByRef DefinitionExpression As String _
)
[C#]
public void DefinitionExpression (
    ref string DefinitionExpression
);
[C++]
HRESULT get_DefinitionExpression(
  System.String* DefinitionExpression
);
[C++]
Parameters
DefinitionExpression [out]

DefinitionExpression is a parameter of type BSTR*

Product Availability

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

See Also

IMapTableInfo3 Interface