This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicExpandLinksByAttributeRule Interface > ISchematicExpandLinksByAttributeRule.ExtendedCriteria Property (ArcObjects .NET 10.5 SDK) |
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