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


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

ISchematicNodeReductionRuleByPriority.ExtendedCriteriaName Property

Name of the extended criteria.

[Visual Basic .NET]
Public Property ExtendedCriteriaName As String
[C#]
public string ExtendedCriteriaName {get; set;}
[C++]
HRESULT get_ExtendedCriteriaName(
  System.String* 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 Node Reduction By Priority rule is a component that implements the ISchematicNodeReductionExtended interface.

See Also

ISchematicNodeReductionRuleByPriority Interface