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


IMapTableInfo3.DefinitionExpression Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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(
  BSTR* 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