ArcObjects Library Reference (Schematic)  

ISchematicExpandLinksByAttributeRule Interface

Provides access to members that manage the Expand link by attribute rule.

Product Availability

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

Description

The Expand Links By Attribute rule allows you to generate schematic diagrams after all links or some particular links implemented by a given schematic element class have been expanded into several links according to specific values. These values may be brought by the original links themselves or by any other attributes brought by other schematic elements contained in the diagram.

Members

Description
Write-only property Description Description of the Schematic Expand link by attribute rule.
Read/write property ExtendedCriteria Indicates if an extended criteria is used to get the number of expected links. In this case, the property 'Field' is not used.
Read/write property ExtendedCriteriaName Name of the extended criteria which gives the number of expected links.
Read/write property Field Field name of the associated feature giving the number of expected expanded links.
Read/write property FieldFormat Format of the field giving the number of expected expanded links.
Read/write property KeepLinksWithNoValue Indicates if the rule keeps Links which field has no value.
Read/write property LinkElementClassName Name of the schematic link class to expand.
Read/write property RangeValuesSeparator Range values separator character.
Read/write property SetOfCharactersSeparator List of Characters Separator character.
Read/write property StorageName Name of the field used to store the decoded value of the expanded link (optional).
Read/write property UseCodeName Indicates if the code name (or domain name) should be used to get the number of expected expanded links.
Read/write property WhereClause Where clause used on associated feature to filter the schematic links expand.

CoClasses that implement ISchematicExpandLinksByAttributeRule

CoClasses and Classes Description
SchematicExpandLinksByAttributeRule Schematic Expand Links By Attribute rule object.