| 
             Properties 
             | 
        
        
            | 
             CHILDCOUNT 
             | 
            
             Returns the numbers of child atoms 
             | 
        
        
            | 
             CHILDREN 
             | 
            
             Array holding all children (0..ChildCount1) 
             | 
        
        
            | 
             COMMENT 
             | 
            
             Object comment 
             | 
        
        
            | 
             ID 
             | 
            
             Returns the atoms id. Each atom class has an unique id code : 
            PROJECTDATA = 201 
            ASSEMBLY = 202 
            FRAMEPART = 203 
            FRAMEELEMENT = 204 
            FRAMEOPENING = 205 
            SEGMENT = 206 
            VENTPART = 207 
            VENTELEMENT = 208 
            VENTOPENING = 209 
             | 
        
        
            | 
             ISASSEMBLY 
             | 
            
             Returns TRUE when the atom is of the ASSEMBLY class. 
             | 
        
        
            | 
             ISCLOSURE 
             | 
            
             Returns TRUE when the atom is of the VENTELEMENT class and has the function CLOSURE. 
             | 
        
        
            | 
             ISDILATATION 
             | 
            
               
             | 
        
        
            | 
             ISFICTIVE 
             | 
            
               
             | 
        
        
            | 
             ISFRAMEELEMENT 
             | 
            
               
             | 
        
        
            | 
             ISFRAMEOPENING 
             | 
            
               
             | 
        
        
            | 
             ISFRAMEPART 
             | 
            
               
             | 
        
        
            | 
             ISGENERAL 
             | 
            
               
             | 
        
        
            | 
             ISHANDLEPROFILE 
             | 
            
               
             | 
        
        
            | 
             ISINTERNAL 
             | 
            
               
             | 
        
        
            | 
             ISORIGIN 
             | 
            
               
             | 
        
        
            | 
             ISOUTERFRAME 
             | 
            
               
             | 
        
        
            | 
             ISPROFILE 
             | 
            
               
             | 
        
        
            | 
             ISPROJECTDATA 
             | 
            
             Returns TRUE when the atom is of the PROJECTDATA class. 
             | 
        
        
            | 
             ISRELATIVEHANDLEPROFILE 
             | 
            
               
             | 
        
        
            | 
             ISSEGMENT 
             | 
            
             Returns TRUE when the atom is of the SEGMENT class. 
             | 
        
        
            | 
             ISTMULLION 
             | 
            
             Returns TRUE when the atom is of the FRAMEELEMENT or VENTELEMENT class and its function is T-Mullion. 
             | 
        
        
            | 
             ISVENTELEMENT 
             | 
            
             Returns TRUE when the atom is of the VENTELEMENT class. 
             | 
        
        
            | 
             ISVENTOPENING 
             | 
            
             Returns TRUE when the atom is of the VENTOPENING class. 
             | 
        
        
            | 
             ISVENTPART 
             | 
            
             Returns TRUE when the atom is of the VENTPART class. 
             | 
        
        
            | 
             ISVENTPROFILE 
             | 
            
             Returns TRUE when the atom is of the VENTELEMENT class and its function is VENTPROFILE. 
             | 
        
        
            | 
             ISLEFTSIDE 
             | 
            
             Returns TRUE when the atom is of the FRAMEELEMENT or VENTELEMENT class and is positioned at the LEFT in the frame 
             | 
        
        
            | 
             ISRIGHTSIDE 
             | 
            
             Returns TRUE when the atom is of the FRAMEELEMENT or VENTELEMENT class and is positioned at the RIGHT in the frame 
             | 
        
        
            | 
             ISLOWERSIDE 
             | 
            
             Returns TRUE when the atom is of the FRAMEELEMENT or VENTELEMENT class and is positioned at the BOTTOM in the frame 
             | 
        
        
            | 
             ISUPPERSIDE 
             | 
            
             Returns TRUE when the atom is of the FRAMEELEMENT or VENTELEMENT class and is positioned at the TOP in the frame 
             | 
        
        
            | 
             ISHANDLESIDE 
             | 
            
             Returns TRUE when the atom is of the VENTELEMENT class and is positioned at the HANDLE side of the frame 
             | 
        
        
            | 
             ISHINGESIDE 
             | 
            
             Returns TRUE when the atom is of the VENTELEMENT class and is positioned at the HINGE side of the frame 
             | 
        
        
            | 
             PARENT 
             | 
            
             Returns the parent object 
             | 
        
        
            | 
             ATOMNAME 
             | 
            
             Returns the atomname for the object 
             | 
        
        
            | 
             Methods 
             | 
        
        
            | 
             FINDATOMBYNAME 
             | 
            
               
             | 
        
        
            | 
             REBUILD 
             | 
            
               
             |