Search Results for

    Show / Hide Table of Contents

    Struct NXObject.AttributeInformation

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    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
    public 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 string Category
    Field Value
    Type Description
    System.String

    CompTimeValue

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

    Expression

    Declaration
    public Expression Expression
    Field Value
    Type Description
    Expression

    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 string ReferenceValue
    Field Value
    Type Description
    System.String

    Required

    Declaration
    public bool Required
    Field Value
    Type Description
    System.Boolean

    StringValue

    Declaration
    public string StringValue
    Field Value
    Type Description
    System.String

    TimeValue

    Declaration
    public string TimeValue
    Field Value
    Type Description
    System.String

    Title

    Declaration
    public string Title
    Field Value
    Type Description
    System.String

    TitleAlias

    Declaration
    public string TitleAlias
    Field Value
    Type Description
    System.String

    Type

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

    Unit

    Declaration
    public Unit Unit
    Field Value
    Type Description
    Unit

    Unset

    Declaration
    public bool Unset
    Field Value
    Type Description
    System.Boolean

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.ValueType.ToString()
    In This Article
    Back to top Generated by DocFX