Click or drag to resize

FieldTag Property

Gets or sets an object that contains data to associate with the field.

Namespace:  Rhino.Render.Fields
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.1
Syntax
public Object Tag { get; set; }

Return Value

Type: Object
An object that contains information that is associated with the field.
See Also