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


IEngineInkEnvironment.InkGeometry 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.InkGeometry Property
ArcGIS Developer Help

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

pGeom is a parameter of type IUnknown*

Product Availability

Available with ArcGIS Engine.

Description

A representation of the Ink that has been captured.

See Also

IEngineInkEnvironment Interface