ArcObjects Library Reference (Schematic)  

ISchematicAttributeAssociatedField Interface

Provides access to members that manage the schematic attribute associated field.

Product Availability

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

Description

An Associated Field attribute can be configured on schematic feature classes for which the associated object class is specified. The values for this type of attribute are retrieved from a field stored in the feature class or table with which the schematic feature class is associated.

Members

Description
Read/write property AssociatedFieldName Associated field name of the schematic attribute associated field.
Read-only property CLSID CLSID of the schematic attribute.
Method Delete Deletes the schematic attribute.
Read-only property Description Description of the schematic attribute.
Method GetValue The schematic attribute value for the specified schematic object.
Read/write property Name Name of the schematic attribute.
Read-only property SchematicObjectClass Schematic object class the schematic attribute belongs to.

Inherited Interfaces

Interfaces Description
ISchematicAttribute Provides access to members that manage the schematic attribute.

CoClasses that implement ISchematicAttributeAssociatedField

CoClasses and Classes Description
SchematicAttributeAssociatedField Schematic attribute associated field object.

Remarks

This type of attributeis new in version 10.0. Depending on the evaluationMode set for this attribute, it replaces the Dynamic or Static type of attributes in Schematics prior to 10.

.NET Snippets

Create A SchematicAttributeAssociatedField On A Schematic Element Class