Gets the list of inspection methods.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetInspectionMethods( _
ByRef MethodList As System.Object, _
ByRef MethodIDs As System.Object _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IInspectionAddinMgr
Dim MethodList As System.Object
Dim MethodIDs As System.Object
Dim value As System.Boolean
value = instance.GetInspectionMethods(MethodList, MethodIDs) |
C# | |
---|
System.bool GetInspectionMethods(
out System.object MethodList,
out System.object MethodIDs
) |
C++/CLI | |
---|
System.bool GetInspectionMethods(
& [Out] System.Object^ MethodList,
& [Out] System.Object^ MethodIDs
) |
Parameters
- MethodList
- Array of inspection methods
- MethodIDs
- Array of inspection method IDs
Return Value
True if inspection methods successfully retrieved, false if not
See Also
Availability
SOLIDWORKS Inspection API 2022 FCS