Sets the components or faces for which to check clearances.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetComponentsOrFacesToCheck( _
ByVal Components As System.Object, _
ByVal Faces As System.Object, _
ByRef Errors As System.Integer _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IClearanceVerificationMgr
Dim Components As System.Object
Dim Faces As System.Object
Dim Errors As System.Integer
Dim value As System.Boolean
value = instance.SetComponentsOrFacesToCheck(Components, Faces, Errors) |
C# | |
---|
System.bool SetComponentsOrFacesToCheck(
System.object Components,
System.object Faces,
out System.int Errors
) |
C++/CLI | |
---|
System.bool SetComponentsOrFacesToCheck(
& System.Object^ Components,
& System.Object^ Faces,
& [Out] System.int Errors
) |
Parameters
- Components
- Array of components
- Faces
- Array of faces
- Errors
- Error code as defined by swClearanceVerificationSetEntityErrors_e
Return Value
True if components and/or faces successfully set, false if not
Example
See Also
Availability
SOLIDWORKS 2024 SP01, Revision Number 32.1