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


IRendererClasses.WhereClause Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IRendererClasses.WhereClause Property

WhereClause.

[Visual Basic .NET]
Public Function get_WhereClause ( _
    ByVal Index As Integer, _
    ByVal Table As ITable _
) As String
[C#]
public string get_WhereClause (
    int Index,
    ITable Table
);
[C++]
HRESULT get_WhereClause(
  long Index,
  ITable* Table,
  System.String* WhereClause
);
[C++]

Parameters Index [in]
Index is a parameter of type long Table [in]
Table is a parameter of type ITable* WhereClause [out, retval]
WhereClause is a parameter of type BSTR*

Product Availability

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

See Also

IRendererClasses Interface