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