Gets/sets the extra information to be included in the model. Can be any type.
Namespace:
Ingeniux.Runtime
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax Property Tag As Object
Get
Set
property Object^ Tag {
Object^ get ();
void set (Object^ value);
}
abstract Tag : Object with get, set
Property Value
Type:
ObjectRemarks
This property is very handy for carrying additional information without type limitation.
See Also