Ink Graphic Object.
Use the ISupportErrorInfo method InterfaceSupportsErrorInfo to determine if the object supports extended error information. If the object supports extended error info, VC++ developers should use the OLE/COM IErrorInfo interface to access the ErrorInfo object. Visual Basic developers should use the global error object Err to retrieve this extended error information.
| Interfaces | Description |
|---|---|
| IBoundsProperties | Provides access to members that control Bounds Properties. |
| IClone (esriSystem) | Provides access to members that control cloning of objects. |
| IElement | Provides access to members that control the Element. |
| IElementProperties | Provides access to members that control the Element Properties. |
| IElementProperties2 | Provides access to members that control More Element Properties. |
| IElementShutdown | Provides access to members that control the IElementShutdown interface. |
| IGraphicElement | Provides access to members that control the Graphic Element object. |
| IInkGraphic | Provides access to the InkGraphic object. |
| IPersist | Defines the single method GetClassID, which is designed to supply the CLSID of an object that can be stored persistently in the system. IPersist is the base interface for three other interfaces: IPersistStorage, IPersistStream, and IPersistFile. |
| IPersistStream (esriSystem) | |
| IPropertySupport (esriSystem) | Provides access to members that set a default property on an object. |
| ISupportErrorInfo | Indicates whether a specific interface can return Automation error objects. |
| ITransform2D (esriGeometry) | Provides access to methods for transforming geometries using either specific parameters or arbitrary transformation objects (affine transformations, geographic transformations, etc.). |