Search Results for

    Show / Hide Table of Contents

    Struct Result.Type

    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 Type

    Constructors

    Type(Result.Quantity, Result.Location, Result.Section)

    Declaration
    public Type(Result.Quantity Quantity, Result.Location Location, Result.Section Section)
    Parameters
    Type Name Description
    Result.Quantity Quantity
    Result.Location Location
    Result.Section Section

    Fields

    Location

    Declaration
    public Result.Location Location
    Field Value
    Type Description
    Result.Location

    Quantity

    Declaration
    public Result.Quantity Quantity
    Field Value
    Type Description
    Result.Quantity

    Section

    Declaration
    public Result.Section Section
    Field Value
    Type Description
    Result.Section

    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