Provides access to members that control the attribute geometry.
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.
| Description | ||
|---|---|---|
![]() |
FieldName | Name of the field where the geometric information is stored. |
![]() |
GeometryType | Type of geometric information. |
![]() |
Name | Name of the attribute geometry. |
| CoClasses and Classes | Description |
|---|---|
| NgAttributeGeometry | Attribute geometry object. |
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.