OpenInstallationSpaceWithDeviceName Method
 
            
                In This Topic
            
            Opens the installation space which contains a given function. The function is selected in the graphic editor.
            
            
            Syntax
            
            
            
            
            public void OpenInstallationSpaceWithDeviceName( 
   string ,
   string 
)
             
        
            
            public:
void OpenInstallationSpaceWithDeviceName( 
   String^ ,
   String^ 
) 
             
        
             
        
            Parameters
- strFullLinkFileName
 
- Full link file name of the project.
 - strDeviceName
 
- Name of a function.
 
            
             
            Exceptions
| Exception | Description | 
| ArgumentException | Is thrown in case of invalid
                                    \parameters. | 
| ApplicationException | The graphics editor interface could
                                       not be created. | 
 
            
            
            
            
            
            
            
            
            
            See Also