Edits the inspection project and re-balloons the model.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function EditInspectionProject( _
ByVal InspectionProjectData As System.Object _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IInspectionAddinMgr
Dim InspectionProjectData As System.Object
Dim value As System.Boolean
value = instance.EditInspectionProject(InspectionProjectData) |
Parameters
- InspectionProjectData
- IInspectionProjectData
Return Value
True if inspection project successfully modified, false if not
See Also
Availability
SOLIDWORKS Inspection API 2022 FCS