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


IInkGraphic.Tag Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IInkGraphic.Tag Property

The user defined property associated with this element.

[Visual Basic .NET]
Public Property Tag As Object
[C#]
public object Tag {get; set;}
[C++]
HRESULT get_Tag(
  VARIANT pTag
);
[C++]
HRESULT put_Tag(
  Variant* pTag
);
[C++]

Parameters pTag [in]
pTag is a parameter of type VARIANT pTag [out, retval]
pTag is a parameter of type VARIANT*

Product Availability

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

See Also

IInkGraphic Interface