SampleApp.Form1.FindTreeNode Function
Given the File Plan Component ID, the View ID and the Definition ID of a component this method searches the File Plan for it's location. The method expands all tree nodes along the path to the component and then highlights the component node. Given enough info you can automatically find anything.

Public void FindTreeNode (long, int, long)
  Type Name Description  
    long nFlPnCmpntId The Id of the component to find.  
    int viewId The View to look for the component in.  
    long fplnCmpntDefId The Definition Id of the component.  
  Return Description  
    void