ArcFM Desktop Developer Guide
IMMPxFilter Interface Members
Properties  Methods 

Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The following tables list the members exposed by IMMPxFilter.

Public Properties
 NameDescription
 PropertyCategoryThis property specifies the category to which the filter belongs.  
 PropertyLargeImageAllows you to select a large image (32x32 pixels) to display with the filter.  
 PropertyNameThe property lets you specific a name for the filter.  
 PropertyPrioritySet the priority for the filter. A priority of two means it will appear second in the list of filters.  
 PropertySmallImageAllows you to select a small image (16x16 pixels) to display with the filter.  
 PropertyVisibleA true or false value indicating whether the filter is visible.  
Top
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