Gets or sets custom data associated with this primitive.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public virtual Object Tag { get; set; }
Public Overridable Property Tag As Object
Get
Set
public:
virtual property Object^ Tag {
Object^ get ();
void set (Object^ value);
}
abstract Tag : Object with get, set
override Tag : Object with get, set
Property Value
Type:
ObjectRemarks
This property is commonly used in conjunction with
picking.
Custom data that needs to be retrieved or modified when this primitive is picked is
assigned to this property. When the primitive is picked, this property is used to
access the custom data.
See Also