Search Results for

    Show / Hide Table of Contents

    Struct IMeshManager.StatusInfo

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public struct IMeshManager.StatusInfo

    Constructors

    StatusInfo(int, int, int)

    Declaration
    public StatusInfo(int TotalNum, int LowLabel, int HighLabel)
    Parameters
    Type Name Description
    int TotalNum
    int LowLabel
    int HighLabel

    Fields

    HighLabel

    Declaration
    public int HighLabel
    Field Value
    Type Description
    int

    LowLabel

    Declaration
    public int LowLabel
    Field Value
    Type Description
    int

    TotalNum

    Declaration
    public int TotalNum
    Field Value
    Type Description
    int

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    ValueType.ToString()
    In this article
    Back to top Generated by DocFX