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


IInkGraphic.InkGeometry Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IInkGraphic.InkGeometry Property

A copy of the geometry described by the element.

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

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IInkGraphic Interface