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


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

IEngineInkEnvironment.InkGeometry Property

The current Ink sketch as a geometry.

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

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

Product Availability

Available with ArcGIS Engine.

Description

A representation of the Ink that has been captured.

See Also

IEngineInkEnvironment Interface