Search Results for

    Show / Hide Table of Contents

    Struct UFPd.ProductAttribute2

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    public struct ProductAttribute2

    Fields

    attribute_group

    Declaration
    public string attribute_group
    Field Value
    Type Description
    System.String

    attribute_name

    Declaration
    public string attribute_name
    Field Value
    Type Description
    System.String

    attribute_type

    Declaration
    public UFPd.AttributeType attribute_type
    Field Value
    Type Description
    UFPd.AttributeType

    attribute_type_name

    Declaration
    public string attribute_type_name
    Field Value
    Type Description
    System.String

    busmods

    Declaration
    public UFPd.BusinessModifier[] busmods
    Field Value
    Type Description
    UFPd.BusinessModifier[]

    kf_name

    Declaration
    public string kf_name
    Field Value
    Type Description
    System.String

    num_attribute_value_dats

    Declaration
    public int num_attribute_value_dats
    Field Value
    Type Description
    System.Int32

    num_attribute_values

    Declaration
    public int num_attribute_values
    Field Value
    Type Description
    System.Int32

    number_busmods

    Declaration
    public int number_busmods
    Field Value
    Type Description
    System.Int32

    symbolic_display

    Declaration
    public string symbolic_display
    Field Value
    Type Description
    System.String

    value_dats

    Declaration
    public UFPd.AttributeValueData2[] value_dats
    Field Value
    Type Description
    UFPd.AttributeValueData2[]

    values

    Declaration
    public UFPd.AttributeValue[] values
    Field Value
    Type Description
    UFPd.AttributeValue[]
    In This Article
    Back to top Generated by DocFX