This document is archived and information here might be outdated.  Recommended version.


IInkGraphic Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IInkGraphic Interface
ArcGIS Developer Help

IInkGraphic Interface

Provides access to the InkGraphic object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Read/write property Color The current color of the element.
Method Create Creates a new element.
Read-only property Ink The Ink used by the Graphic Element.
Read-only property InkGeometry A copy of the geometry described by the element.
Read-only property InkType The Ink type of the graphic.
Method Recognize The text produced by the text recognizer for this element.
Read-only property Renderer The Render used by the Graphic Element.
Read/write property Tag The user defined property associated with this element.
Read/write property TipType The current tip type of the element.
Method UpdateRecognitionResult Updates the recognition results previously obtained by Recognize.
Read/write property Width The current width of the element.

Classes that implement IInkGraphic

Classes Description
InkGraphic Ink Graphic Object.

Remarks

Provides access to the properties and method of InkGraphic.  See InkGraphic for more information on this graphic type.