Search Results for

    Show / Hide Table of Contents

    Struct PostSmartSelectionManager.ResultRangeParameters

    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 ResultRangeParameters

    Fields

    AboveValue

    Declaration
    public double AboveValue
    Field Value
    Type Description
    System.Double

    BelowValue

    Declaration
    public double BelowValue
    Field Value
    Type Description
    System.Double

    EntityType

    Declaration
    public PostSmartSelectionManager.EntityType EntityType
    Field Value
    Type Description
    PostSmartSelectionManager.EntityType

    IncludeVisibleEntitiesOnly

    Declaration
    public bool IncludeVisibleEntitiesOnly
    Field Value
    Type Description
    System.Boolean

    IsAboveValueSpecified

    Declaration
    public bool IsAboveValueSpecified
    Field Value
    Type Description
    System.Boolean

    IsBelowValueSpecified

    Declaration
    public bool IsBelowValueSpecified
    Field Value
    Type Description
    System.Boolean

    Pvid

    Declaration
    public int Pvid
    Field Value
    Type Description
    System.Int32

    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