Search Results for

    Show / Hide Table of Contents

    Struct Post.Colorbar

    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.CAE
    Assembly: NXOpen.dll
    Syntax
    public struct Colorbar

    Fields

    AutomaticLevel

    Declaration
    public bool AutomaticLevel
    Field Value
    Type Description
    System.Boolean

    IncrementPerLevel

    Declaration
    public double IncrementPerLevel
    Field Value
    Type Description
    System.Double

    InvertSpectrum

    Declaration
    public bool InvertSpectrum
    Field Value
    Type Description
    System.Boolean

    NumberOfLevels

    Declaration
    public int NumberOfLevels
    Field Value
    Type Description
    System.Int32

    Overflow

    Declaration
    public Post.LimitDisplay Overflow
    Field Value
    Type Description
    Post.LimitDisplay

    OverflowAboveColor

    Declaration
    public NXColor OverflowAboveColor
    Field Value
    Type Description
    NXColor

    OverflowBelowColor

    Declaration
    public NXColor OverflowBelowColor
    Field Value
    Type Description
    NXColor

    Position

    Declaration
    public Post.Position Position
    Field Value
    Type Description
    Post.Position

    Scale

    Declaration
    public Post.Scale Scale
    Field Value
    Type Description
    Post.Scale

    ShowOverflowAbove

    Declaration
    public bool ShowOverflowAbove
    Field Value
    Type Description
    System.Boolean

    ShowOverflowBelow

    Declaration
    public bool ShowOverflowBelow
    Field Value
    Type Description
    System.Boolean

    Spacing

    Declaration
    public Post.Spacing Spacing
    Field Value
    Type Description
    Post.Spacing

    Spectrum

    Declaration
    public Post.Spectrum Spectrum
    Field Value
    Type Description
    Post.Spectrum

    Threshold

    Declaration
    public Post.Threshold Threshold
    Field Value
    Type Description
    Post.Threshold

    ThresholdMaximum

    Declaration
    public double ThresholdMaximum
    Field Value
    Type Description
    System.Double

    ThresholdMinimum

    Declaration
    public double ThresholdMinimum
    Field Value
    Type Description
    System.Double

    Underflow

    Declaration
    public Post.LimitDisplay Underflow
    Field Value
    Type Description
    Post.LimitDisplay

    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