Search Results for

    Show / Hide Table of Contents

    Struct UFAttr.Info

    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 UFAttr.Info

    Fields

    __initialized

    Declaration
    public nint __initialized
    Field Value
    Type Description
    nint

    _override

    Declaration
    public bool _override
    Field Value
    Type Description
    bool

    alias

    Declaration
    public string alias
    Field Value
    Type Description
    string

    array

    Declaration
    public bool array
    Field Value
    Type Description
    bool

    bool_value

    Declaration
    public bool bool_value
    Field Value
    Type Description
    bool

    category

    Declaration
    public string category
    Field Value
    Type Description
    string

    expression

    Declaration
    public Tag expression
    Field Value
    Type Description
    Tag

    index

    Declaration
    public int index
    Field Value
    Type Description
    int

    inherited

    Declaration
    public bool inherited
    Field Value
    Type Description
    bool

    integer_value

    Declaration
    public int integer_value
    Field Value
    Type Description
    int

    locked

    Declaration
    public bool locked
    Field Value
    Type Description
    bool

    owned_by_system

    Declaration
    public bool owned_by_system
    Field Value
    Type Description
    bool

    pdm_based

    Declaration
    public bool pdm_based
    Field Value
    Type Description
    bool

    real_value

    Declaration
    public double real_value
    Field Value
    Type Description
    double

    reference_string

    Declaration
    public string reference_string
    Field Value
    Type Description
    string

    required

    Declaration
    public bool required
    Field Value
    Type Description
    bool

    string_value

    Declaration
    public string string_value
    Field Value
    Type Description
    string

    time_string

    Declaration
    public string time_string
    Field Value
    Type Description
    string

    time_value

    Declaration
    public int[] time_value
    Field Value
    Type Description
    int[]

    title

    Declaration
    public string title
    Field Value
    Type Description
    string

    type

    Declaration
    public int type
    Field Value
    Type Description
    int

    unit_name

    Declaration
    public string unit_name
    Field Value
    Type Description
    string

    unit_type

    Declaration
    public Tag unit_type
    Field Value
    Type Description
    Tag

    unset

    Declaration
    public bool unset
    Field Value
    Type Description
    bool
    In this article
    Back to top Generated by DocFX