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


IInkGraphic.InkGeometry Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IInkGraphic Interface > IInkGraphic.InkGeometry Property
ArcGIS Developer Help

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

ppGeom is a parameter of type IUnknown*

Product Availability

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

See Also

IInkGraphic Interface