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


ISchematicFeatureRemovalRule.UseWhereClause Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicFeatureRemovalRule Interface > ISchematicFeatureRemovalRule.UseWhereClause Property
ArcGIS Developer Help

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(
  Boolean* UseWhereClause
);
[C++]
HRESULT put_UseWhereClause(
  VARIANT_BOOL UseWhereClause
);
[C++]
Parameters
UseWhereClause [out, retval]

UseWhereClause is a parameter of type bool* UseWhereClause [in]
UseWhereClause is a parameter of type bool

Product Availability

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

See Also

ISchematicFeatureRemovalRule Interface