ArcObjects Library Reference (Schematic)  

ISchematicFeatureRemovalRule.UseWhereClause Property

Indicates if there is an SQL where clause to filter the features to remove.

[Visual Basic .NET]
Public Property UseWhereClause As Boolean
[C#]
public bool UseWhereClause {get; set;}
[C++]
HRESULT get_UseWhereClause(
  VARIANT_BOOL* UseWhereClause
);
[C++]
HRESULT put_UseWhereClause(
  VARIANT_BOOL UseWhereClause
);
[C++]

Parameters

UseWhereClause [out, retval]   UseWhereClause is a parameter of type VARIANT_BOOL UseWhereClause [in]   UseWhereClause is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicFeatureRemovalRule Interface