ArcObjects Library Reference (Schematic)  

ISchematicAttribute Interface

Provides access to members that manage the schematic attribute.

Product Availability

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

Description

A schematic attribute gives information about a schematic feature or schematic diagram.

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.
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.

CoClasses that implement ISchematicAttribute

CoClasses and Classes Description
SchematicAttributeAssociatedField Schematic attribute associated field object.
SchematicAttributeConstant Schematic attribute constant object.
SchematicAttributeDynamic Schematic attribute dynamic object.
SchematicAttributeField Schematic attribute field object.
SchematicAttributeFormatted Schematic attribute formatted object.
SchematicAttributeFunction Provides access to members that manage the schematic attribute function.
SchematicAttributeGeometry Schematic attribute geometry object.
SchematicAttributeProperty Schematic attribute property object.
SchematicAttributeQuery Schematic attribute query object.
SchematicAttributeScript Schematic attribute script object.
SchematicAttributeStatic Schematic attribute static object.

Remarks

You can create a new attribute using the Schematics Dataset Editor or by calling the CreateSchematicAttribute method available from the desired ISchematicObjectClass interface; that is through the object class related to the schematic diagram class or schematic element class you want.

.NET Snippets

Create A SchematicAttributeFunction On A Schematic Element Class | Create A SchematicAttributeConstant On A Schematic Element Class | Get A Schematic Attribute On An In-Memory Schematic Feature | Get A SchematicAttribute Related To A SchematicDiagramClass | Create A SchematicAttributeField On A Schematic Element Class | Create A SchematicAttributeAssociatedField On A Schematic Element Class | Create A SchematicAttributeScriptOn A Schematic Element Class | Get A SchematicAttribute Related To A SchematicElementClass | Loop On The Schematic Attributes Related To A Schematic Element Class | Create A SchematicAttributeGeometry On A Schematic Element Class | Create A SchematicAttributeProperty On A Schematic Element Class | Create A SchematicAttributeFormatted On A Schematic Element Class