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

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

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

Public Member Functions

void Append (NXOpen.Tag self, NXOpen.Tag append)
 Wrapper method for UF_DIRPATH_append More...
 
unsafe void AppendFromDirs (NXOpen.Tag self, int count, string[] dirs)
 Wrapper method for UF_DIRPATH_append_from_dirs More...
 
void AppendFromEnv (NXOpen.Tag self, string env)
 Wrapper method for UF_DIRPATH_append_from_env More...
 
unsafe void AskCurrDir (NXOpen.Tag self, out string dir)
 Wrapper method for UF_DIRPATH_ask_curr_dir More...
 
int AskDirCount (NXOpen.Tag self)
 Wrapper method for UF_DIRPATH_ask_dir_count More...
 
int AskDirIndex (NXOpen.Tag self)
 Wrapper method for UF_DIRPATH_ask_dir_index More...
 
unsafe void AskDirs (NXOpen.Tag self, out int count, out string[] dirs)
 Wrapper method for UF_DIRPATH_ask_dirs More...
 
unsafe void AskNextDir (NXOpen.Tag self, out string dir)
 Wrapper method for UF_DIRPATH_ask_next_dir More...
 
unsafe void AskNthDir (NXOpen.Tag self, int index, out string dir)
 Wrapper method for UF_DIRPATH_ask_nth_dir More...
 
unsafe void AskPrevDir (NXOpen.Tag self, out string dir)
 Wrapper method for UF_DIRPATH_ask_prev_dir More...
 
unsafe void CreateFromDirs (int count, string[] dirs, out NXOpen.Tag retval_tag)
 Wrapper method for UF_DIRPATH_create_from_dirs More...
 
void CreateFromEnv (string env, out NXOpen.Tag retval_tag)
 Wrapper method for UF_DIRPATH_create_from_env More...
 
unsafe void FindFile (NXOpen.Tag self, string name, out string fpath)
 Wrapper method for UF_DIRPATH_find_file More...
 
void StartDirIteration (NXOpen.Tag self)
 Wrapper method for UF_DIRPATH_start_dir_iteration 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_DIRPATH' functions and data types.

Member Function Documentation

void NXOpen.UF.UFDirpath.Append ( NXOpen.Tag  self,
NXOpen.Tag  append 
)
inline

Wrapper method for UF_DIRPATH_append

Refer to UF_DIRPATH_append for documentation

License requirements:None

unsafe void NXOpen.UF.UFDirpath.AppendFromDirs ( NXOpen.Tag  self,
int  count,
string[]  dirs 
)
inline

Wrapper method for UF_DIRPATH_append_from_dirs

Refer to UF_DIRPATH_append_from_dirs for documentation

License requirements:None

void NXOpen.UF.UFDirpath.AppendFromEnv ( NXOpen.Tag  self,
string  env 
)
inline

Wrapper method for UF_DIRPATH_append_from_env

Refer to UF_DIRPATH_append_from_env for documentation

License requirements:None

unsafe void NXOpen.UF.UFDirpath.AskCurrDir ( NXOpen.Tag  self,
out string  dir 
)
inline

Wrapper method for UF_DIRPATH_ask_curr_dir

Refer to UF_DIRPATH_ask_curr_dir for documentation

License requirements:None

int NXOpen.UF.UFDirpath.AskDirCount ( NXOpen.Tag  self)
inline

Wrapper method for UF_DIRPATH_ask_dir_count

Refer to UF_DIRPATH_ask_dir_count for documentation

License requirements:None

int NXOpen.UF.UFDirpath.AskDirIndex ( NXOpen.Tag  self)
inline

Wrapper method for UF_DIRPATH_ask_dir_index

Refer to UF_DIRPATH_ask_dir_index for documentation

License requirements:None

unsafe void NXOpen.UF.UFDirpath.AskDirs ( NXOpen.Tag  self,
out int  count,
out string[]  dirs 
)
inline

Wrapper method for UF_DIRPATH_ask_dirs

Refer to UF_DIRPATH_ask_dirs for documentation

License requirements:None

unsafe void NXOpen.UF.UFDirpath.AskNextDir ( NXOpen.Tag  self,
out string  dir 
)
inline

Wrapper method for UF_DIRPATH_ask_next_dir

Refer to UF_DIRPATH_ask_next_dir for documentation

License requirements:None

unsafe void NXOpen.UF.UFDirpath.AskNthDir ( NXOpen.Tag  self,
int  index,
out string  dir 
)
inline

Wrapper method for UF_DIRPATH_ask_nth_dir

Refer to UF_DIRPATH_ask_nth_dir for documentation

License requirements:None

unsafe void NXOpen.UF.UFDirpath.AskPrevDir ( NXOpen.Tag  self,
out string  dir 
)
inline

Wrapper method for UF_DIRPATH_ask_prev_dir

Refer to UF_DIRPATH_ask_prev_dir for documentation

License requirements:None

unsafe void NXOpen.UF.UFDirpath.CreateFromDirs ( int  count,
string[]  dirs,
out NXOpen.Tag  retval_tag 
)
inline

Wrapper method for UF_DIRPATH_create_from_dirs

Refer to UF_DIRPATH_create_from_dirs for documentation

License requirements:None

void NXOpen.UF.UFDirpath.CreateFromEnv ( string  env,
out NXOpen.Tag  retval_tag 
)
inline

Wrapper method for UF_DIRPATH_create_from_env

Refer to UF_DIRPATH_create_from_env for documentation

License requirements:None

unsafe void NXOpen.UF.UFDirpath.FindFile ( NXOpen.Tag  self,
string  name,
out string  fpath 
)
inline

Wrapper method for UF_DIRPATH_find_file

Refer to UF_DIRPATH_find_file for documentation

License requirements:None

void NXOpen.UF.UFDirpath.StartDirIteration ( NXOpen.Tag  self)
inline

Wrapper method for UF_DIRPATH_start_dir_iteration

Refer to UF_DIRPATH_start_dir_iteration 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.