Click or drag to resize

PrimitiveTag Property

Gets or sets custom data associated with this primitive.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public virtual Object Tag { get; set; }

Property Value

Type: Object
Remarks
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