ArcObjects Library Reference  (Carto)    

IAnnotateLayerProperties.WhereClause Property

SQL where clause that determines which features are labeled.

[Visual Basic 6.0]
Property WhereClause As String
[Visual Basic .NET]
Public Property WhereClause As String
[C#]
public string WhereClause {get; set;}
[Java]
public String getWhereClause()
throws
    IOException,
    AutomationException
[Java]
public void setWhereClause(
String WhereClause
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_WhereClause(
  BSTR* WhereClause
);
[C++]
HRESULT put_WhereClause(
  BSTR WhereClause

);

[C++]

Parameters

WhereClause [out, retval]

  WhereClause is a parameter of type BSTR

WhereClause [in]

  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

 


Feedback Send feedback on this page