Adds the specified objects to the selection list.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function AddSelectionListObjects( _
ByVal Objects As System.Object, _
ByVal SelectData As System.Object _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ISelectionMgr
Dim Objects As System.Object
Dim SelectData As System.Object
Dim value As System.Integer
value = instance.AddSelectionListObjects(Objects, SelectData) |
C# | |
---|
System.int AddSelectionListObjects(
System.object Objects,
System.object SelectData
) |
C++/CLI | |
---|
System.int AddSelectionListObjects(
& System.Object^ Objects,
& System.Object^ SelectData
) |
Parameters
- Objects
- Array of objects to add to the selection list (see Remarks)
- SelectData
- ISelectData
Return Value
Number of objects added to the selection list
Example
Remarks
See Also
Availability
SolidWorks 2012 FCS, Revision Number 20.0