Gets a list of visible components in this assembly to save as solid bodies.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetVisibleComponentsInView( _
ByVal Count As System.Integer _
) As Component2 |
Visual Basic (Usage) | |
---|
Dim instance As IAssemblyDoc
Dim Count As System.Integer
Dim value As Component2
value = instance.IGetVisibleComponentsInView(Count) |
CSOLIDWORKS.Interop.sldworks~SOLIDWORKS.Interop.sldworks.IAssemblyDoc~IGetVisibleComponentsInView.html# | |
---|
Component2 IGetVisibleComponentsInView(
System.int Count
) |
C++/CLI | |
---|
Component2^ IGetVisibleComponentsInView(
& System.int Count
) |
Parameters
- Count
Number of visible components in this assembly
Return Value
-
in-process, unmanaged C++: Pointer to an array of visible
components in this assembly of size count
VBA, VB.NET, CSOLIDWORKS.Interop.sldworks~SOLIDWORKS.Interop.sldworks.IAssemblyDoc~IGetVisibleComponentsInView.html#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
Remarks
See Also
Availability
SOLIDWORKS 2003 FCS, Revision Number 11.0