This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineInkEnvironment Interface > IEngineInkEnvironment.InkCollector Property (ArcObjects .NET 10.4 SDK) |
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
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.