ArcObjects Library Reference (Schematic)  

ISchematicAttributeField Interface

Provides access to members that manage the schematic attribute field.

Product Availability

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

Description

An attribute Field is an attribute whose values are found in one or more fields returned by the custom query specified for the diagram template or schematic feature class to which it is related, or for the case where there is no custom query in field(s) in the schematic diagram class table or schematic feature class themselves.

Members

Description
Read-only property CLSID CLSID of the schematic attribute.
Method Delete Deletes the schematic attribute.
Read-only property Description Description of the schematic attribute.
Read/write property FieldNames Fields names of the schematic attribute field.
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 ISchematicAttributeField

CoClasses and Classes Description
SchematicAttributeField Schematic attribute field object.

.NET Snippets

Create A SchematicAttributeField On A Schematic Element Class