NXOpen.UF.Attr.SetIntegerUserAttribute

Attr.SetIntegerUserAttribute()

Refer to UF_ATTR_set_integer_user_attribute for documentation.

Signature: SetIntegerUserAttribute(objectArg, title, index, value, update)

Parameters:
  • objectArg (Tag) – The object receiving the attribute
  • title (str) – The attribute title
  • index (int) – The array index (set to UF_ATTR_NOT_ARRAY if not an array)
  • value (int) – The value
  • update (bool) – Perform an update immediately

License requirements: None