Gets the design components for this cavity feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub IGetComponents( _
ByVal Count As System.Integer, _
ByRef Comps As Component2 _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICavityFeatureData
Dim Count As System.Integer
Dim Comps As Component2
instance.IGetComponents(Count, Comps) |
CSOLIDWORKS.Interop.sldworks~SOLIDWORKS.Interop.sldworks.ICavityFeatureData~IGetComponents.html# | |
---|
void IGetComponents(
System.int Count,
out Component2 Comps
) |
C++/CLI | |
---|
void IGetComponents(
& System.int Count,
& [Out] Component2^ Comps
) |
Parameters
- Count
- Number of design components
- Comps
-
in-process, unmanaged C++: Pointer to an array of
IComponent2 objects of size count
- VBA, VB.NET, CSOLIDWORKS.Interop.sldworks~SOLIDWORKS.Interop.sldworks.ICavityFeatureData~IGetComponents.html#, 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