Search Results for

    Show / Hide Table of Contents

    Struct NXObject._AttributeInformation

    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
    Assembly: NXOpen.dll
    Syntax
    struct _AttributeInformation

    Fields

    array

    Declaration
    public bool array
    Field Value
    Type Description
    System.Boolean

    arrayElementIndex

    Declaration
    public int arrayElementIndex
    Field Value
    Type Description
    System.Int32

    booleanValue

    Declaration
    public bool booleanValue
    Field Value
    Type Description
    System.Boolean

    category

    Declaration
    public IntPtr category
    Field Value
    Type Description
    System.IntPtr

    compTimeValue

    Declaration
    public NXObject.ComputationalTime compTimeValue
    Field Value
    Type Description
    NXObject.ComputationalTime

    expression

    Declaration
    public Tag expression
    Field Value
    Type Description
    Tag

    inherited

    Declaration
    public bool inherited
    Field Value
    Type Description
    System.Boolean

    integerValue

    Declaration
    public int integerValue
    Field Value
    Type Description
    System.Int32

    isOverride

    Declaration
    public bool isOverride
    Field Value
    Type Description
    System.Boolean

    locked

    Declaration
    public bool locked
    Field Value
    Type Description
    System.Boolean

    notSaved

    Declaration
    public bool notSaved
    Field Value
    Type Description
    System.Boolean

    ownedBySystem

    Declaration
    public bool ownedBySystem
    Field Value
    Type Description
    System.Boolean

    pdmBased

    Declaration
    public bool pdmBased
    Field Value
    Type Description
    System.Boolean

    realValue

    Declaration
    public double realValue
    Field Value
    Type Description
    System.Double

    referenceValue

    Declaration
    public IntPtr referenceValue
    Field Value
    Type Description
    System.IntPtr

    required

    Declaration
    public bool required
    Field Value
    Type Description
    System.Boolean

    stringValue

    Declaration
    public IntPtr stringValue
    Field Value
    Type Description
    System.IntPtr

    timeValue

    Declaration
    public IntPtr timeValue
    Field Value
    Type Description
    System.IntPtr

    title

    Declaration
    public IntPtr title
    Field Value
    Type Description
    System.IntPtr

    titleAlias

    Declaration
    public IntPtr titleAlias
    Field Value
    Type Description
    System.IntPtr

    type

    Declaration
    public NXObject.AttributeType type
    Field Value
    Type Description
    NXObject.AttributeType

    unit

    Declaration
    public Tag unit
    Field Value
    Type Description
    Tag

    unset

    Declaration
    public bool unset
    Field Value
    Type Description
    System.Boolean
    In This Article
    Back to top Generated by DocFX