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


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

ISchematicCollapseRelatedElementsRule.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(
  Boolean* ExtendedCriteriaUsed
);
[C++]
HRESULT put_ExtendedCriteriaUsed(
  VARIANT_BOOL ExtendedCriteriaUsed
);
[C++]
Parameters
ExtendedCriteriaUsed [out, retval]

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

Product Availability

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

See Also

ISchematicCollapseRelatedElementsRule Interface