AGI STK Graphics 11Send comments on this topic.
Tag Property (IAgStkGraphicsOverlay)
See Also 
Windows






Windows & Linux

Description

Gets or sets custom value associated with this primitive.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Tag() As System.Object
[C#]
public System.Object Tag {get; set;}
[Managed C++]
public: __property VARIANT get_Tag();
public: __property void set_Tag(
   VARIANT
);
[Unmanaged C++]
public: HRESULT get_Tag(
   VARIANT * pRetVal
);
public: HRESULT put_Tag(
   VARIANT NewTag
);
[Java]
public Variant getTag();public void setTag(
   Variant
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.