ArcObjects Library Reference (Schematic)  

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(
  VARIANT_BOOL* ExtendedCriteria
);
[C++]
HRESULT put_ExtendedCriteria(
  VARIANT_BOOL ExtendedCriteria
);
[C++]

Parameters

ExtendedCriteria [out, retval]   ExtendedCriteria is a parameter of type VARIANT_BOOL ExtendedCriteria [in]   ExtendedCriteria is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ISchematicExpandLinksByAttributeRule Interface