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


IEngineInkEnvironment.InkCollector Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineInkEnvironment Interface > IEngineInkEnvironment.InkCollector Property
ArcGIS Developer Help

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(
  IUnknown Pointer* pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type IUnknown*

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