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