Gets the bodies in the folder.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetBodies( _
ByVal Count As System.Integer _
) As Body2 |
Visual Basic (Usage) | |
---|
Dim instance As IBodyFolder
Dim Count As System.Integer
Dim value As Body2
value = instance.IGetBodies(Count) |
C# | |
---|
Body2 IGetBodies(
System.int Count
) |
C++/CLI | |
---|
Body2^ IGetBodies(
& System.int Count
) |
Parameters
- Count
Number of bodies in the folder
Return Value
-
in-process, unmanaged C++: Pointer to an array of
IBody2 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 SP2, Revision Number 13