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


ISchematicFeatureRemovalRule.ExtendedCriteriaName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicFeatureRemovalRule.ExtendedCriteriaName Property

Extended criteria name used to filter the features to remove.

[Visual Basic .NET]
Public Property ExtendedCriteriaName As String
[C#]
public string ExtendedCriteriaName {get; set;}
[C++]
HRESULT get_ExtendedCriteriaName(
  BSTR* ExtendedCriteriaName
);
[C++]
HRESULT put_ExtendedCriteriaName(
  BSTR ExtendedCriteriaName
);
[C++]

Parameters ExtendedCriteriaName [out, retval] ExtendedCriteriaName is a parameter of type BSTR ExtendedCriteriaName [in] ExtendedCriteriaName is a parameter of type BSTR

Product Availability

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

Remarks

An extended criteria for the Feature Removal rule is a component that implements the ISchematicFeatureRemovalExtended interface.

See Also

ISchematicFeatureRemovalRule Interface