NXOpen.UF.Param.AskIntVla

Param.AskIntVla()

Refer to UF_PARAM_ask_int_vla for documentation.

Signature: AskIntVla(paramTag, paramIndex)

Parameters:
  • paramTag (Tag) –
    • see above
  • paramIndex (int) –
    • see above
Returns:

A Tuple

Return type:

A tuple consisting of (count,intArray)

count(int): - number of integers in int_array

intArray(list of int): - see above. This must be freed by the caller using UF_free

License requirements: None