ArcFM Desktop Developer Guide
SetListItemImage Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Sets an image to be displayed next to pListItem's tree node.
Syntax
'Declaration
 
Sub SetListItemImage( _
   ByVal pNode As ISSNode, _
   ByVal pListItem As ID8ListItem, _
   ByVal PictureH As Integer _
) 
'Usage
 
Dim instance As IMMListTree
Dim pNode As ISSNode
Dim pListItem As ID8ListItem
Dim PictureH As Integer
 
instance.SetListItemImage(pNode, pListItem, PictureH)
void SetListItemImage( 
   ISSNode pNode,
   ID8ListItem pListItem,
   int PictureH
)

Parameters

pNode
pListItem
PictureH
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

IMMListTree Interface
IMMListTree Members

 

 


Send Comment