ArcObjects Library Reference (Schematic)  

ISchematicAttributeGeometry Interface

Provides access to members that manage the schematic attribute geometry.

Product Availability

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

Description

A Geometry attribute can be configured on schematic feature classes to retrieve geometry data from any specific SHAPE field related to an ArcGIS feature—that is, to retrieve an x-coordinate, y-coordinate, or list of vertices

Members

Description
Read/write property AttributeGeometryType Attribute geometry type of the schematic attribute geometry.
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 FieldName Shape field name of the schematic attribute geometry.
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 ISchematicAttributeGeometry

CoClasses and Classes Description
SchematicAttributeGeometry Schematic attribute geometry object.

.NET Snippets

Create A SchematicAttributeGeometry On A Schematic Element Class