ObjectModelerNavigator Enumeration CATNavigNodeState
enum CATNavigNodeState {
  HasChildrenCollapsed,
  HasChildrenExpanded,
  NoShowChildrenCollapsed,
  NoShowChildrenExpanded
}
 Specification on node to define whether it is expand or not.
 
  -  Values:
  
 - 
    
    -  HasChildrenCollapsed
   
 -         The node has children, and they are not expanded, with an activator +.
 
 
    -  HasChildrenExpanded
   
 -         The node has children, and they are expanded, with an activator -.
 
 
    -  NoShowChildrenCollapsed
   
 -         The node has children, and they are not expanded, without activator
 
 
    -  NoShowChildrenExpanded
   
 -         The node has children, and they are expanded, without activator
 
 
   -  See also: 
  
 -  
 
 This object is included in the file: CATIGraphNode.h
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.