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


IInkGraphic.TipType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IInkGraphic.TipType Property

The current tip type of the element.

[Visual Basic .NET]
Public Property TipType As ESRITPCStylusType
[C#]
public ESRITPCStylusType TipType {get; set;}
[C++]
HRESULT get_TipType(
  ESRITPCStylusType* pTipType
);
[C++]
HRESULT put_TipType(
  ESRITPCStylusType pTipType
);
[C++]

Parameters pTipType [out, retval]
pTipType is a parameter of type ESRITPCStylusType pTipType [in]
pTipType is a parameter of type ESRITPCStylusType

Product Availability

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

See Also

IInkGraphic Interface