Sets the component, units, and values to plot.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetComponentUnitAndValueByElem( _
ByVal NComponent As System.Integer, _
ByVal NUnits As System.Integer, _
ByVal BValueByElem As System.Boolean _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWPlot
Dim NComponent As System.Integer
Dim NUnits As System.Integer
Dim BValueByElem As System.Boolean
Dim value As System.Integer
value = instance.SetComponentUnitAndValueByElem(NComponent, NUnits, BValueByElem) |
Parameters
- NComponent
- Component to plot (see Remarks)
- NUnits
- Units as appropriate for NComponent (see Remarks)
- BValueByElem
- True to plot element values, false to plot node values
Return Value
Error code as defined by
swsResultPlotErrorCode_e
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0