The following tables list the members exposed by IMMPxNodeEdit.
            
            
            Public Properties
|  | Name | Description | 
|---|
|  | DisplayName | Provides access to the node's display name. This is the information that the user sees in the node tree (as string). | 
|  | Locked | Provides access to determine if the node is locked (as boolean). | 
|  | State | Provides access to the node's state (as IMMPxState). | 
TopPublic Methods
|  | Name | Description | 
|---|
|  | Initialize | This method is used to set up a new node with its basic information. Input parameters are the node type ID (as long), the node type name (as string) and the node ID (as long). | 
|  | Remove | This method removes a node from the node tree. | 
TopSee Also