Creates the specified plot.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreatePlot( _
ByVal NResultType As System.Integer, _
ByVal NComponent As System.Integer, _
ByVal NUnits As System.Integer, _
ByVal BValueByElem As System.Boolean, _
ByRef ErrorCode As System.Integer _
) As CWPlot |
Visual Basic (Usage) | |
---|
Dim instance As ICWResults
Dim NResultType As System.Integer
Dim NComponent As System.Integer
Dim NUnits As System.Integer
Dim BValueByElem As System.Boolean
Dim ErrorCode As System.Integer
Dim value As CWPlot
value = instance.CreatePlot(NResultType, NComponent, NUnits, BValueByElem, ErrorCode) |
Parameters
- NResultType
- Type of results plot as defined by swsPlotResultTypes_e (see Remarks)
- NComponent
- Component to plot (see Remarks)
- NUnits
- Units as appropriate to NComponent (see Remarks)
- BValueByElem
- True to plot element values, false to plot node values
- ErrorCode
- Error code as defined in swsResultPlotErrorCode_e
Return Value
ICWPlot
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2015 SP0