Obsolete. Superseded by IModelDocExtension::MultiSelect2.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function MultiSelect( _
ByVal Objects As System.Object, _
ByVal AppendFlag As System.Boolean, _
ByVal Data As System.Object _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IModelDocExtension
Dim Objects As System.Object
Dim AppendFlag As System.Boolean
Dim Data As System.Object
Dim value As System.Integer
value = instance.MultiSelect(Objects, AppendFlag, Data) |
C++/CLI | |
---|
System.int MultiSelect(
& System.Object^ Objects,
& System.bool AppendFlag,
& System.Object^ Data
) |
Parameters
- Objects
- Array of selectable objects:
- AppendFlag
- True to append the objects to the selection list, false replace the current selection list with these objects
- Data
- ISelectData object, nothing, or null
Return Value
Number of objects selected
Example
Remarks
See Also
Availability
SolidWorks 2004 FCS, Revision Number 12.0