Adds a component to the list of components to drag.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function AddComponent( _
ByVal PDisp As Object, _
ByVal AppendFlag As Boolean _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDragOperator
Dim PDisp As Object
Dim AppendFlag As Boolean
Dim value As Boolean
value = instance.AddComponent(PDisp, AppendFlag)
|
Parameters
- PDisp
- Component to add to the list
- AppendFlag
True to append the component to the list, false to clear the list before adding the component
Return Value
True if successful, false for failure; fixed components always return false (see Remarks)
Example
Remarks
See Also
Availability
SolidWorks 2001Plus FCS, Revision Number 10.0