Deletes the specified default static study plot.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function DeleteDefaultStaticStudyPlot( _
ByVal NResultType As System.Integer, _
ByVal NResultComponent As System.Integer _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWModelDoc
Dim NResultType As System.Integer
Dim NResultComponent As System.Integer
Dim value As System.Integer
value = instance.DeleteDefaultStaticStudyPlot(NResultType, NResultComponent) |
Parameters
- NResultType
- Type of static study result plot to delete as defined by swsDefaultStaticResultTypes_e
- NResultComponent
Return Value
Error code as defined in
swsResultPlotDelete_ErrorCode_e
See Also
Availability
SOLIDWORKS Simulation API 2015 SP0