Search Results for

    Show / Hide Table of Contents

    Struct DesignStudyBuilder._DesignStudyObjective

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

    Fields

    attributeName

    Declaration
    public IntPtr attributeName
    Field Value
    Type Description
    System.IntPtr

    attributeObject

    Declaration
    public Tag attributeObject
    Field Value
    Type Description
    Tag

    failureLowerLimit

    Declaration
    public double failureLowerLimit
    Field Value
    Type Description
    System.Double

    failureUpperLimit

    Declaration
    public double failureUpperLimit
    Field Value
    Type Description
    System.Double

    objectiveType

    Declaration
    public DesignStudyBuilder.DesignStudyAttributeType objectiveType
    Field Value
    Type Description
    DesignStudyBuilder.DesignStudyAttributeType

    warningLowerLimit

    Declaration
    public double warningLowerLimit
    Field Value
    Type Description
    System.Double

    warningUpperLimit

    Declaration
    public double warningUpperLimit
    Field Value
    Type Description
    System.Double
    In This Article
    Back to top Generated by DocFX