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


IInkGraphic.Ink Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IInkGraphic.Ink Property

The Ink used by the Graphic Element.

[Visual Basic .NET]
Public ReadOnly Property Ink As Object
[C#]
public object Ink {get;}
[C++]
HRESULT get_Ink(
  IUnknown Pointer* pVal
);
[C++]

Parameters pVal [out, retval]
pVal is a parameter of type IUnknown*

Product Availability

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

See Also

IInkGraphic Interface