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


IAnnotateLayerProperties.WhereClause Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnotateLayerProperties Interface > IAnnotateLayerProperties.WhereClause Property
ArcGIS Developer Help

IAnnotateLayerProperties.WhereClause Property

SQL where clause that determines which features are labeled.

[Visual Basic .NET]
Public Property WhereClause As String
[C#]
public string WhereClause {get; set;}
[C++]
HRESULT get_WhereClause(
  BSTR WhereClause
);
[C++]
HRESULT put_WhereClause(
  System.String* WhereClause
);
[C++]
Parameters
WhereClause [in]

WhereClause is a parameter of type BSTR WhereClause [out, retval]
WhereClause is a parameter of type BSTR*

Product Availability

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

Description

WhereClause is an SQL statement that determines which features are to be labeled.

See Also

IAnnotateLayerProperties Interface