ArcObjects Library Reference  (Schematic)    

INgAttributeGeometry Interface

Provides access to members that control the attribute geometry.

Product Availability

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

Description

An attribute geometry is an attribute which values are decoded from an ESRI geometry blob. Three types of information can be decoded: the list of intermediate points related to a feature edge (that is, the vertices), the X coordinate for a feature point, and the Y coordinate for a feature point.

Members

Description
Read/write property FieldName Name of the field where the geometric information is stored.
Read/write property GeometryType Type of geometric information.
Read/write property Name Name of the attribute geometry.

CoClasses that implement INgAttributeGeometry

CoClasses and Classes Description
NgAttributeGeometry Attribute geometry object.

Remarks

Such an attribute may be defined when you work with an ESRI geodatabase, and you have no reason to define that attribute if your database is not an ESRI geodatabase. Moreover, the datasource specified for the element type the geometric attribute is related to, must connect your ESRI geodatabase using the ESRI provider, otherwise the computed geometric attribute value will be wrong.

See Also

INgAttribute Interface

 


Feedback Send feedback on this page