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


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

ISchematicExpandLinksByAttributeRule.ExtendedCriteria Property

Indicates if an extended criteria is used to get the number of expected links. In this case, the property 'Field' is not used.

[Visual Basic .NET]
Public Property ExtendedCriteria As Boolean
[C#]
public bool ExtendedCriteria {get; set;}
[C++]
HRESULT get_ExtendedCriteria(
  Boolean* ExtendedCriteria
);
[C++]
HRESULT put_ExtendedCriteria(
  VARIANT_BOOL ExtendedCriteria
);
[C++]
Parameters
ExtendedCriteria [out, retval]

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

Product Availability

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

See Also

ISchematicExpandLinksByAttributeRule Interface