ArcFM Engine Developer Guide
AddSelectedItem Method


The object.
if set to true [is multi select].
Adds the selected item.
Syntax
'Declaration
 
Public Sub AddSelectedItem( _
   ByVal obj As Object, _
   ByVal isMultiSelect As Boolean _
) 
'Usage
 
Dim instance As ElementCanvas
Dim obj As Object
Dim isMultiSelect As Boolean
 
instance.AddSelectedItem(obj, isMultiSelect)
public void AddSelectedItem( 
   object obj,
   bool isMultiSelect
)

Parameters

obj
The object.
isMultiSelect
if set to true [is multi select].
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

ElementCanvas Class
ElementCanvas Members

 

 


Send Comment