Search Results for

    Show / Hide Table of Contents

    Struct UFPd.AttributeValue

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    public struct UFPd.AttributeValue

    Fields

    integer_value

    Declaration
    public int integer_value
    Field Value
    Type Description
    int

    number_value

    Declaration
    public double number_value
    Field Value
    Type Description
    double

    string_value

    Declaration
    public string string_value
    Field Value
    Type Description
    string

    value_title

    Declaration
    public string value_title
    Field Value
    Type Description
    string

    value_type

    Declaration
    public UFPd.AttributeValueType value_type
    Field Value
    Type Description
    UFPd.AttributeValueType
    In this article
    Back to top Generated by DocFX