DialogEngine Macro CmdDeclareResourceFile
Macro CmdDeclareResourceFile (FileName,thisclass,baseclass)
 Enables the use of a resource file whose name is different from the current class name.
 Role: Declares that the current object belongs to the thisclass
  class which derives from the baseclass class and that the
 resource file name is FileName.
 
This macro may be more convenient than  since  it enables to put resources from several commands in the same file.
 
Search keys in the resource file must begin with the file name 
 followed by the command class name.
 
Use this macro in your command header.
 
  -  Parameters:
  
 - 
    
    -  FileName
   
 -    The resource file name
 
 
    -  thisclass
   
 -    The current class name
 
 
    -  baseclass
   
 -    The base class name of the current class
 
 
 This object is included in the file: CATDialogAgent.h
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.