ESRI Geometry Definition Object.
| Interfaces | Description |
|---|---|
| IClone | Provides access to members that control cloning of objects. |
| IGeometryDef | Provides access to members that return information about the geometry definition. |
| IGeometryDefEdit | Provides access to members that modify the geometry definition. |
| IPersist |
The GeometryDef can be accessed from a shape field, that is a field of type esriFieldTypeGeometry. The actual geometry type is defined by the esriGeometryType enumeration, though currently only four values are acceptable with respect to GeometryDef objects: esriGeometryPoint, esriGeometryMultipoint, esriGeometryPolyline, and esriGeometryPolygon.