ArcFM Desktop Developer Guide
Execute Method (RemoveOtherItems)


Syntax
'Declaration
 
Public Sub Execute( _
   ByVal selectedTreeItems As ID8EnumListItem, _
   ByVal lItemCount As Integer _
) 
'Usage
 
Dim instance As RemoveOtherItems
Dim selectedTreeItems As ID8EnumListItem
Dim lItemCount As Integer
 
instance.Execute(selectedTreeItems, lItemCount)
public void Execute( 
   ID8EnumListItem selectedTreeItems,
   int lItemCount
)

Parameters

selectedTreeItems
lItemCount
Requirements

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.

See Also

Reference

RemoveOtherItems Class
RemoveOtherItems Members

 

 


Send Comment