Sets the parts to join.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub ISetJoinedParts( _
ByVal Count As Integer, _
ByRef Parts As Component2 _
) |
Visual Basic (Usage) | |
---|
Dim instance As IJoinFeatureData
Dim Count As Integer
Dim Parts As Component2
instance.ISetJoinedParts(Count, Parts)
|
C# | |
---|
void ISetJoinedParts(
int Count,
ref Component2 Parts
) |
C++/CLI | |
---|
void ISetJoinedParts(
& int Count,
& Component2^% Parts
) |
Parameters
- Count
- Number of parts to join
- Parts
-
in-process, unmanaged C++: Pointer to an array of joined parts, the
IComponent2 objects
- VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
Remarks
See Also
Availability
SolidWorks 2005 FCS, Revision Number 13.0