Creates an inspection project using the specified template and project data and balloons the model.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateInspectionProject( _
ByVal InspectionProjectData As System.Object, _
ByVal DeleteOld As System.Boolean, _
ByRef ErrorCode As System.Integer _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As IInspectionAddinMgr
Dim InspectionProjectData As System.Object
Dim DeleteOld As System.Boolean
Dim ErrorCode As System.Integer
Dim value As System.Object
value = instance.CreateInspectionProject(InspectionProjectData, DeleteOld, ErrorCode) |
Parameters
- InspectionProjectData
- IInspectionProjectData
- DeleteOld
- True to delete the existing project and create a new one, false to get the existing project
- ErrorCode
- Error code as defined by swiErrorCode_e
Return Value
IInspectionProject
See Also
Availability
SOLIDWORKS Inspection API 2022 FCS