Gets the specified results plot.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetPlot( _
ByVal SPlotName As System.String, _
ByRef ErrorCode As System.Integer _
) As CWPlot |
Visual Basic (Usage) | |
---|
Dim instance As ICWResults
Dim SPlotName As System.String
Dim ErrorCode As System.Integer
Dim value As CWPlot
value = instance.GetPlot(SPlotName, ErrorCode) |
CSolidWorks.Interop.cosworks~SolidWorks.Interop.cosworks.ICWResults~GetPlot.html# | |
---|
CWPlot GetPlot(
System.string SPlotName,
out System.int ErrorCode
) |
Parameters
- SPlotName
- Name of results plot (see Remarks)
- ErrorCode
- Error code as defined by swsResultPlotErrorCode_e
Return Value
ICWPlot
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0