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





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1