Gets the interfering components and their transforms.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetComponentsAndTransforms( _
ByRef ComponentList As System.Object, _
ByRef TransformList As System.Object _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IInterferenceDetectionMgr
Dim ComponentList As System.Object
Dim TransformList As System.Object
Dim value As System.Boolean
value = instance.GetComponentsAndTransforms(ComponentList, TransformList) |
CSolidWorks.Interop.sldworks~SolidWorks.Interop.sldworks.IInterferenceDetectionMgr~GetComponentsAndTransforms.html# | |
---|
System.bool GetComponentsAndTransforms(
out System.object ComponentList,
out System.object TransformList
) |
Parameters
- ComponentList
- Array of interfering components
- TransformList
- Array of transforms
Return Value
True if successful, false if not
Example
See Also
Availability
SOLIDWORKS 2015 FCS, Revision Number 23.0