ArcFM Engine Developer Guide
SelectItem Method (AttributeEditorUI3)


Index of the page.
The list item.
Changes the current selected D8ListItem on the tab identified by the given page index.
Syntax
'Declaration
 
Public Sub SelectItem( _
   ByVal pageIndex As Integer, _
   ByVal listItem As ID8ListItem _
) 
'Usage
 
Dim instance As AttributeEditorUI3
Dim pageIndex As Integer
Dim listItem As ID8ListItem
 
instance.SelectItem(pageIndex, listItem)
public void SelectItem( 
   int pageIndex,
   ID8ListItem listItem
)

Parameters

pageIndex
Index of the page.
listItem
The list item.
Remarks
This method updates the selected D8ListItem on the tab identified by the given page index.
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

AttributeEditorUI3 Class
AttributeEditorUI3 Members

 

 


Send Comment