Search Results for

    Show / Hide Table of Contents

    Class Merge

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    Merge
    Implements
    IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.CAE.RotorDynamics
    Assembly: NXOpen.dll
    Syntax
    public class Merge : NXRemotableObject, IMessageSink

    Constructors

    Merge(Session)

    Declaration
    protected Merge(Session owner)
    Parameters
    Type Name Description
    Session owner

    Properties

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    CompleteMerge(string[], double, bool, string, string, string)

    Declaration
    public string CompleteMerge(string[] u18Names, double zoneValue, bool executableFolderChoice, string executableFolder, string configVar, string outputName)
    Parameters
    Type Name Description
    string[] u18Names
    double zoneValue
    bool executableFolderChoice
    string executableFolder
    string configVar
    string outputName
    Returns
    Type Description
    string

    CompleteMerge2(string[], double, bool, bool, string, string, string)

    Declaration
    public string CompleteMerge2(string[] u18Names, double zoneValue, bool executableFolderChoice, bool theAskQualification, string executableFolder, string configVar, string outputName)
    Parameters
    Type Name Description
    string[] u18Names
    double zoneValue
    bool executableFolderChoice
    bool theAskQualification
    string executableFolder
    string configVar
    string outputName
    Returns
    Type Description
    string

    GetMerge(Session)

    Declaration
    public static Merge GetMerge(Session owner)
    Parameters
    Type Name Description
    Session owner
    Returns
    Type Description
    Merge

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In this article
    Back to top Generated by DocFX