ArcFM Solution 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 System.Object, _
   ByVal isMultiSelect As System.Boolean _
) 
'Usage
 
Dim instance As ElementCanvas
Dim obj As System.Object
Dim isMultiSelect As System.Boolean
 
instance.AddSelectedItem(obj, isMultiSelect)
public void AddSelectedItem( 
   System.object obj,
   System.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