NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | List of all members
NXOpen.UF.UFCfi Class Reference

Contains wrappers for all 'UF_CFI' functions and data types. More...

Inheritance diagram for NXOpen.UF.UFCfi:
NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

void AskFileExist (string file_spec, out int status)
 Wrapper method for UF_CFI_ask_file_exist More...
 
unsafe void GetUniqueFilename (out string fname)
 Wrapper method for uc4577 More...
 
unsafe void Spawn (string program, int num_args,[In, Out] string[] arguments, bool is_concur, out int process_id)
 Wrapper method for UF_CFI_spawn More...
 
void SpawnCheckStatus (int process_id, out bool still_running, out int return_status)
 Wrapper method for UF_CFI_spawn_check_status More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Detailed Description

Contains wrappers for all 'UF_CFI' functions and data types.

Member Function Documentation

void NXOpen.UF.UFCfi.AskFileExist ( string  file_spec,
out int  status 
)
inline

Wrapper method for UF_CFI_ask_file_exist

Refer to UF_CFI_ask_file_exist for documentation

License requirements:None

unsafe void NXOpen.UF.UFCfi.GetUniqueFilename ( out string  fname)
inline

Wrapper method for uc4577

Refer to uc4577 for documentation

License requirements:None

unsafe void NXOpen.UF.UFCfi.Spawn ( string  program,
int  num_args,
[In, Out] string[]  arguments,
bool  is_concur,
out int  process_id 
)
inline

Wrapper method for UF_CFI_spawn

Refer to UF_CFI_spawn for documentation

License requirements:None

void NXOpen.UF.UFCfi.SpawnCheckStatus ( int  process_id,
out bool  still_running,
out int  return_status 
)
inline

Wrapper method for UF_CFI_spawn_check_status

Refer to UF_CFI_spawn_check_status for documentation

License requirements:None


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.