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