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.ExtendedCriteriaName Property (ArcObjects .NET 10.5 SDK) |
Name of the extended criteria which gives the number of expected links.
[Visual Basic .NET] Public Property ExtendedCriteriaName As String
[C#] public string ExtendedCriteriaName {get; set;}
[C++]
HRESULT get_ExtendedCriteriaName(
BSTR* 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
An extended criteria for the Expand Links By Attribute rule is a component that implements the ISchematicExpandLinksByAttributeExtended interface.