NXOpen.UF.Pd.AttributeValue Structure

NXOpen.UF.Pd.AttributeValue is an alias for NXOpen.UF.PdAttributeValue_Struct

class NXOpen.UF.PdAttributeValue_Struct

Bases: object

Refer to UF_PD_attribute_value_s for documentation.

Fields

NXOpen.UF.PdAttributeValue_Struct.ValueType Type of attribute value (string, int, etc.)
NXOpen.UF.PdAttributeValue_Struct.ValueTitle Title of the product attributes value, * the valid value titles are defined in each product * attribute, refer UF_PD_attribute_type_e
NXOpen.UF.PdAttributeValue_Struct.IntegerValue Integer value of the attribute coresponding to the value_type
NXOpen.UF.PdAttributeValue_Struct.NumberValue Number value of the attribute coresponding to the value_type
NXOpen.UF.PdAttributeValue_Struct.StringValue String value/list value of the attribute coresponding to the value_type