Search Results for

    Show / Hide Table of Contents

    Class UF

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

    Methods

    AddCallbackFunction(CallbackReason, UF.CallbackFnT, IntPtr, out IntPtr)

    Declaration
    public void AddCallbackFunction(CallbackReason reason, UF.CallbackFnT fn, IntPtr user_data, out IntPtr function_id)
    Parameters
    Type Name Description
    CallbackReason reason
    UF.CallbackFnT fn
    System.IntPtr user_data
    System.IntPtr function_id

    AllocateMemory(UInt32)

    Declaration
    public IntPtr AllocateMemory(uint nbytes)
    Parameters
    Type Name Description
    System.UInt32 nbytes
    Returns
    Type Description
    System.IntPtr

    AskApplicationModule(out Int32)

    Declaration
    public void AskApplicationModule(out int module_id)
    Parameters
    Type Name Description
    System.Int32 module_id

    AskCodeset(out Codeset)

    Declaration
    public void AskCodeset(out Codeset codeset)
    Parameters
    Type Name Description
    Codeset codeset

    AskGripArgs(Int32, ref Args)

    Declaration
    public void AskGripArgs(int argument_count, ref Args gruf_arg_list)
    Parameters
    Type Name Description
    System.Int32 argument_count
    Args gruf_arg_list

    AskLoadStateForPartFile(String, out PartLoadState)

    Declaration
    public void AskLoadStateForPartFile(string partFileName, out PartLoadState loadState)
    Parameters
    Type Name Description
    System.String partFileName
    PartLoadState loadState

    AskLoadStateOfPart(Tag, out PartLoadState)

    Declaration
    public void AskLoadStateOfPart(Tag part, out PartLoadState loadState)
    Parameters
    Type Name Description
    Tag part
    PartLoadState loadState

    AskSyslogFilename(out String)

    Declaration
    public void AskSyslogFilename(out string filename)
    Parameters
    Type Name Description
    System.String filename

    AskSystemInfo(out SystemInfo)

    Declaration
    public void AskSystemInfo(out SystemInfo info)
    Parameters
    Type Name Description
    SystemInfo info

    BeginTimer(out Int16)

    Declaration
    public void BeginTimer(out short timer)
    Parameters
    Type Name Description
    System.Int16 timer

    DecodeAuthFile(Int32, String, out IntPtr)

    Declaration
    public void DecodeAuthFile(int key, string input_file, out IntPtr out_mem)
    Parameters
    Type Name Description
    System.Int32 key
    System.String input_file
    System.IntPtr out_mem

    EncodeAuthFile(Int32, String, String)

    Declaration
    public void EncodeAuthFile(int key, string input_file, string output_file)
    Parameters
    Type Name Description
    System.Int32 key
    System.String input_file
    System.String output_file

    EndTimer(Int16, out TimerValues)

    Declaration
    public void EndTimer(short timer, out TimerValues values)
    Parameters
    Type Name Description
    System.Int16 timer
    TimerValues values

    FindAllSubdirectories(String, out Int32, out String[])

    Declaration
    public void FindAllSubdirectories(string subdirectory, out int num_found, out string[] path)
    Parameters
    Type Name Description
    System.String subdirectory
    System.Int32 num_found
    System.String[] path

    FindFile(String, String, out String)

    Declaration
    public void FindFile(string subdirectory, string filename, out string path)
    Parameters
    Type Name Description
    System.String subdirectory
    System.String filename
    System.String path

    Free(IntPtr)

    Declaration
    public void Free(IntPtr data)
    Parameters
    Type Name Description
    System.IntPtr data

    GetCustomerDefault(String, Int32, out String)

    Declaration
    public void GetCustomerDefault(string name, int units, out string default_value)
    Parameters
    Type Name Description
    System.String name
    System.Int32 units
    System.String default_value

    GetFailMessage(Int32, out String)

    Declaration
    public void GetFailMessage(int fail_code, out string message)
    Parameters
    Type Name Description
    System.Int32 fail_code
    System.String message

    GetRelease(out String)

    Declaration
    public void GetRelease(out string release)
    Parameters
    Type Name Description
    System.String release

    GetReservedLicenses(String, out Int32, out String[])

    Declaration
    public void GetReservedLicenses(string context_name, out int n_licenses, out string[] licenses)
    Parameters
    Type Name Description
    System.String context_name
    System.Int32 n_licenses
    System.String[] licenses

    GetTranslatedFailMessage(Int32, out String)

    Declaration
    public void GetTranslatedFailMessage(int fail_code, out string message)
    Parameters
    Type Name Description
    System.Int32 fail_code
    System.String message

    InitializeDm()

    Declaration
    public void InitializeDm()

    IsInitialized()

    Declaration
    public int IsInitialized()
    Returns
    Type Description
    System.Int32

    IsUgmanagerActive(out Boolean)

    Declaration
    public void IsUgmanagerActive(out bool is_active)
    Parameters
    Type Name Description
    System.Boolean is_active

    OutputCopyright(UF.OutputLineOfTextFT)

    Declaration
    public void OutputCopyright(UF.OutputLineOfTextFT output_line_of_text)
    Parameters
    Type Name Description
    UF.OutputLineOfTextFT output_line_of_text

    PrintSyslog(String, Boolean)

    Declaration
    public void PrintSyslog(string message, bool trace)
    Parameters
    Type Name Description
    System.String message
    System.Boolean trace

    ReallocateMemory(IntPtr, UInt32)

    Declaration
    public IntPtr ReallocateMemory(IntPtr data, uint nbytes)
    Parameters
    Type Name Description
    System.IntPtr data
    System.UInt32 nbytes
    Returns
    Type Description
    System.IntPtr

    Release(String, String)

    Declaration
    public void Release(string license, string context_name)
    Parameters
    Type Name Description
    System.String license
    System.String context_name

    ReleaseAll(String)

    Declaration
    public void ReleaseAll(string context_name)
    Parameters
    Type Name Description
    System.String context_name

    RemoveCallbackFunction(IntPtr)

    Declaration
    public void RemoveCallbackFunction(IntPtr function_id)
    Parameters
    Type Name Description
    System.IntPtr function_id

    Reserve(String, String)

    Declaration
    public void Reserve(string license, string context_name)
    Parameters
    Type Name Description
    System.String license
    System.String context_name

    SetRetiringFlag(Int32)

    Declaration
    public void SetRetiringFlag(int value)
    Parameters
    Type Name Description
    System.Int32 value

    SetVariable(String, String)

    Declaration
    public void SetVariable(string variable, string value)
    Parameters
    Type Name Description
    System.String variable
    System.String value

    TranslateVariable(String, out String)

    Declaration
    public void TranslateVariable(string variable, out string translation)
    Parameters
    Type Name Description
    System.String variable
    System.String translation

    UnloadLibrary(String)

    Declaration
    public void UnloadLibrary(string library_name)
    Parameters
    Type Name Description
    System.String library_name

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In This Article
    Back to top Generated by DocFX