The Process Framework passes in the current node to this property. Use this property to set a reference to the node so the control can use it to view or modify the database record represented by the node.
            
            
            
    The following code sample demonstrates how the IMMPxControl::Node property may be implemented.
    
        
            
                | Visual Basic | 
                 Copy Code | 
            
            
                
                    
                        
                            
                                
                                    | 
                                         Private Property Set IMMPxControl_Node(ByVal RHS As Miner.Interop.Process.IMMPxNode) 
                                        
                                            If m_pFormUI Is Nothing Then 
                                            
                                                Set m_pFormUI = New frmDesignUI 
                                                Load m_pFormUI 
                                             
                                            End If 
                                             
                                            m_pFormUI.Execute m_pPxApp, m_pPxNode 
                                         
                                        End Property 
                                     | 
                                 
                            
                         
                     
                 | 
            
        
    
 
            
             
            
            Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)
Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.