ArcObjects Library Reference (Schematic)  

ISchematicCollapseRelatedElementsRule.WhereClause Property

Where clause used on associated feature to filter the schematic elements to collapse.

[Visual Basic .NET]
Public Property WhereClause As String
[C#]
public string WhereClause {get; set;}
[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. Requires Schematics Extension.

See Also

ISchematicCollapseRelatedElementsRule Interface