Class UFKfUgmgr
Implements
System.Runtime.Remoting.Messaging.IMessageSink
  Inherited Members
      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 UFKfUgmgr : NXRemotableObject, IMessageSink
  Methods
AskUserDfaClasses(String, out String[], out Int32)
Declaration
public void AskUserDfaClasses(string folder_name, out string[] user_dfa_classes, out int num_classes)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | folder_name | |
| System.String[] | user_dfa_classes | |
| System.Int32 | num_classes | 
AskUserDfaFuncs(String, out String[], out Int32)
Declaration
public void AskUserDfaFuncs(string folder_name, out string[] user_dfa_funcs, out int num_funcs)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | folder_name | |
| System.String[] | user_dfa_funcs | |
| System.Int32 | num_funcs | 
InitializeExport(Int32)
Declaration
public void InitializeExport(int option)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | option | 
InitializeImport(Boolean)
Declaration
public void InitializeImport(bool is_dfa_list)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Boolean | is_dfa_list | 
IsFolderExists(String, out Boolean)
Declaration
public void IsFolderExists(string folder_name, out bool folder_exists)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | folder_name | |
| System.Boolean | folder_exists | 
IsItemDfaType(String, out Boolean)
Declaration
public void IsItemDfaType(string item_name, out bool dfa_type)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | item_name | |
| System.Boolean | dfa_type | 
IsUserDfaClassExists(String, out Boolean)
Declaration
public void IsUserDfaClassExists(string dfa_class_name, out bool class_exists)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | dfa_class_name | |
| System.Boolean | class_exists | 
IsUserDfaFuncExists(String, out Boolean)
Declaration
public void IsUserDfaFuncExists(string dfa_func_name, out bool func_exists)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | dfa_func_name | |
| System.Boolean | func_exists | 
ListUserClassesReferenced(Tag, out String[], out Int32)
Declaration
public void ListUserClassesReferenced(Tag part_tag, out string[] user_classes_list, out int num_classes)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Tag | part_tag | |
| System.String[] | user_classes_list | |
| System.Int32 | num_classes | 
ListUserFuncsReferenced(Tag, out String[], out Int32)
Declaration
public void ListUserFuncsReferenced(Tag part_tag, out string[] user_funcs_list, out int num_funcs)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Tag | part_tag | |
| System.String[] | user_funcs_list | |
| System.Int32 | num_funcs | 
Implements
      System.Runtime.Remoting.Messaging.IMessageSink