Search Results for

    Show / Hide Table of Contents

    Struct OptimizationBuilder._OptimizationVariable

    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 _OptimizationVariable

    Fields

    attributeName

    Declaration
    public IntPtr attributeName
    Field Value
    Type Description
    System.IntPtr

    attributeObject

    Declaration
    public Tag attributeObject
    Field Value
    Type Description
    Tag

    variableLowerLimitValue

    Declaration
    public double variableLowerLimitValue
    Field Value
    Type Description
    System.Double

    variableType

    Declaration
    public OptimizationBuilder.OptimizationAttributeType variableType
    Field Value
    Type Description
    OptimizationBuilder.OptimizationAttributeType

    variableUpperLimitValue

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