This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRendererClasses Interface > IRendererClasses.WhereClause Property (ArcObjects .NET 10.4 SDK) |
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,
BSTR* 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