Obsolete. Superseded by IAssemblyDoc::IAddComponents3.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IAddComponents2( _
ByRef Count As System.Integer, _
ByRef Names As System.String, _
ByRef Transforms As System.Double _
) As Component2 |
Visual Basic (Usage) | |
---|
Dim instance As IAssemblyDoc
Dim Count As System.Integer
Dim Names As System.String
Dim Transforms As System.Double
Dim value As Component2
value = instance.IAddComponents2(Count, Names, Transforms) |
C# | |
---|
Component2 IAddComponents2(
ref System.int Count,
ref System.string Names,
ref System.double Transforms
) |
C++/CLI | |
---|
Component2^ IAddComponents2(
& System.int% Count,
& System.String^% Names,
& System.double% Transforms
) |
Parameters
- Count
Number of components to add
- Names
-
- VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
- Transforms
-
- VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
Return Value
- in-process, unmanaged C++: Pointer to an array of IComponent2
VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
Example
Remarks
See Also
Availability
SOLIDWORKS 2001Plus FCS, Revision Number 10.0