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


IInkGraphic.InkType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IInkGraphic.InkType Property

The Ink type of the graphic.

[Visual Basic .NET]
Public ReadOnly Property InkType As ESRITPCPenType
[C#]
public ESRITPCPenType InkType {get;}
[C++]
HRESULT get_InkType(
  ESRITPCPenType* InkType
);
[C++]

Parameters InkType [out, retval]
InkType is a parameter of type ESRITPCPenType

Product Availability

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

See Also

IInkGraphic Interface