Search Results for

    Show / Hide Table of Contents

    Class UFCfi

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    UFCfi
    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.UF
    Assembly: NXOpen.UF.dll
    Syntax
    public class UFCfi : NXRemotableObject, IMessageSink

    Methods

    AskFileExist(string, out int)

    Declaration
    public void AskFileExist(string file_spec, out int status)
    Parameters
    Type Name Description
    string file_spec
    int status

    GetUniqueFilename(out string)

    Declaration
    public void GetUniqueFilename(out string fname)
    Parameters
    Type Name Description
    string fname

    Spawn(string, int, string[], bool, out int)

    Declaration
    public void Spawn(string program, int num_args, string[] arguments, bool is_concur, out int process_id)
    Parameters
    Type Name Description
    string program
    int num_args
    string[] arguments
    bool is_concur
    int process_id

    SpawnCheckStatus(int, out bool, out int)

    Declaration
    public void SpawnCheckStatus(int process_id, out bool still_running, out int return_status)
    Parameters
    Type Name Description
    int process_id
    bool still_running
    int return_status

    Implements

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