ArcObjects Component Help  (Core)    

GeometryDef CoClass

ESRI Geometry Definition Object.

Interfaces

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

Remarks

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.

See Also

IField Interface