Adds the specified inspection method to the list of inspection methods.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function AddInspectionMethod( _
ByVal MethodName As System.String _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IInspectionAddinMgr
Dim MethodName As System.String
Dim value As System.Boolean
value = instance.AddInspectionMethod(MethodName) |
C# | |
---|
System.bool AddInspectionMethod(
System.string MethodName
) |
C++/CLI | |
---|
System.bool AddInspectionMethod(
& System.String^ MethodName
) |
Parameters
- MethodName
- Name of inspection method
Return Value
True if inspection method successfully added, false if not
See Also
Availability
SOLIDWORKS Inspection API 2022 FCS