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


ISchematicFeatureRemovalRule.ExtendedCriteriaUsed Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicFeatureRemovalRule.ExtendedCriteriaUsed Property

Indicates if additional extended criteria is used.

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

Parameters ExtendedCriteriaUsed [out, retval] ExtendedCriteriaUsed is a parameter of type VARIANT_BOOL ExtendedCriteriaUsed [in] ExtendedCriteriaUsed 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