Search Results for

    Show / Hide Table of Contents

    Class Merge

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    Merge
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    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, Boolean, String, String, String)

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

    CompleteMerge2(String[], Double, Boolean, Boolean, 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
    System.String[] u18Names
    System.Double zoneValue
    System.Boolean executableFolderChoice
    System.Boolean theAskQualification
    System.String executableFolder
    System.String configVar
    System.String outputName
    Returns
    Type Description
    System.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