This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicFeatureRemovalRule Interface > ISchematicFeatureRemovalRule.UseWhereClause Property (ArcObjects .NET 10.4 SDK) |
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