ObjectModelerNavigator Interface CATINavigContainer
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
 interface CATINavigContainer
 Interface to manage container's navigation.
 Method Index
 
 -  o 
    AddRoot(CATBaseUnknown_var&)
 -   Defines a root element of the navigation tree.
 
 -  o 
    RemoveAllRoots()
 -   Removes all root elements.
 
 -  o 
    RemoveRoot(CATBaseUnknown_var&)
 -   Removes root element of the navigation tree.
 
 Methods
 
  o AddRoot
  |   public virtual   AddRoot( |  const   | iObj)   | 
  - 
 Defines a root element of the navigation tree.
 
  -  Parameters:
  
 - 
    
    -  iObj
   
 - 		root object.
 
 
 
  o RemoveAllRoots
  |   public virtual   RemoveAllRoots( | )   | 
  - 
 Removes all root elements.
 
  o RemoveRoot
  |   public virtual   RemoveRoot( |  const   | iObj)   | 
  - 
 Removes root element of the navigation tree.
 
  -  Parameters:
  
 - 
    
    -  iObj
   
 - 		root object.
 
 
 
 This object is included in the file: CATINavigContainer.h
If needed, your Imakefile.mk should include the module: CATObjectModelerNavigator
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.