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