Version

Select Method (XamDiagramProxy)

Select, or add to the existing selection of selected diagram items
Syntax
'Declaration
 
Public Sub Select( _
   ByVal oItemArg As System.Object, _
   Optional ByVal bAdd As System.Boolean _
) 
public void Select( 
   System.object oItemArg,
   System.bool bAdd
)
public: void Select( 
   System.Object* oItemArg,
   System.bool bAdd
) 

Parameters

oItemArg
Integer index, string Content Text, or an array of two double values representing X,Y coordinates
bAdd
Optional boolean parameter if the item is to be added to the existing selection. The default value is false
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also