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


IEngineInkEnvironment.InkCollector Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Controls)  

IEngineInkEnvironment.InkCollector Property

The internal ink collecting object.

[Visual Basic .NET]
Public ReadOnly Property InkCollector As Object
[C#]
public object InkCollector {get;}
[C++]
HRESULT get_InkCollector(
  LPUNKNOWN* pVal
);
[C++]

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

Product Availability

Available with ArcGIS Engine.

Description

Returns an InkOverlay object. To get the InkOverlay object, reference the Microsoft Tablet PC Type Library. Properties of the Ink itself can be changed with the native Ink objects.

See Also

IEngineInkEnvironment Interface