ArcObjects Library Reference  (Carto)    

IInkGraphic.Tag Property

The user defined property associated with this element.

[Visual Basic 6.0]
Property Tag As Variant
[Visual Basic .NET]
Public Property Tag As Object
[C#]
public object Tag {get; set;}
[Java]
public Object getTag()
throws
    IOException,
    AutomationException
[Java]
public void setTag(
Variant Tag
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_Tag(
  VARIANT* pTag
);
[C++]
HRESULT put_Tag(
  VARIANT pTag

);

[C++]

Parameters

pTag [out, retval]

  pTag is a parameter of type VARIANT

pTag [in]

  pTag is a parameter of type VARIANT

Product Availability

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

See Also

IInkGraphic Interface

 


Feedback Send feedback on this page