This document is archived and information here might be outdated.  Recommended version.


ISchematicAttributeGeometry Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAttributeGeometry Interface
ArcGIS Developer Help

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

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

Classes that implement ISchematicAttributeGeometry

Classes Description
SchematicAttributeGeometry Schematic attribute geometry object.