Hide Table of Contents
MultiSelect Method (IModelDocExtension)

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# 
System.int MultiSelect( 
   System.object Objects,
   System.bool AppendFlag,
   System.object Data
)
C++/CLI 
System.int MultiSelect( 
&   System.Object^ Objects,
&   System.bool AppendFlag,
&   System.Object^ Data
) 

Parameters

Objects
Array of selectable objects:
  • can be the same type of objects (e.g., an array of faces or an array of edges) or different types of objects (e.g., an array of entities of faces and edges )

  • if an object is not selected, then it is ignored

AppendFlag
True to append the objects to the selection list, false to replace the current selection list with these objects
Data
ISelectData object, Nothing, or null

Return Value

Number of objects selected in the model

Remarks

If this now obsolete method is used to populate a selection box in a PropertyManager page, then IPropertyManagerPage2Handler9::OnSubmitSelection only fires when set to true and ISelectData::Mark is set to 0. 

 

Use IModelDocExtension::MultiSelect2 if you need IPropertyManagerPage2Handler9::OnSubmitSelection to fire when set to true and ISelectData::Mark is set to either a 0 or non-0 value.

 

The Callout property of the ISelectData object is not used by this method.

 

See Also

Availability

SOLIDWORKS 2004 FCS, Revision Number 12.0


Provide feedback on this topic

SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.

* Required

 
*Email:  
Subject:   Feedback on Help Topics
Page:   MultiSelect Method (IModelDocExtension)
*Comment:  
*   I acknowledge I have read and I hereby accept the privacy policy under which my Personal Data will be used by Dassault Systèmes

Print Topic

Select the scope of content to print:




x

We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.

 Never show this message again
x

Web Help Content Version: API Help (English only) 2016 SP05

To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help.

To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.