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


IInkGraphic.InkType Property (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 > IInkGraphic.InkType Property
ArcGIS Developer Help

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