ArcFM Desktop Developer Guide
IMMPxFilter Interface Methods

Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

For a list of all members of this type, see IMMPxFilter members.

Public Methods
 NameDescription
 MethodExecute

This method is called when the filter's button is clicked by the user. The code should return an IMMDynamicList object. The code in the Execute method should follow these steps:

  • Create new dynamic list

  • Initialize new top level node

  • Assign a build object to the new list

  • Tell the list to build

  • Return list

 
 MethodFilterProgIDUse this method to set the ProgID for the filter. This allows the filter to be loaded with the extension.  
 MethodInitializeThis method is called when the filter is loaded into the Process Framework UI. It passes a reference to the PxApplication.  
Top
See Also

Reference

IMMPxFilter Interface
Miner.Interop.Process Namespace

 

 


Send Comment