Gets the results probe for this plot.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetResultsProbeManager( _
ByRef ErrorCode As System.Integer _
) As CWResultsProbeManager |
Visual Basic (Usage) | |
---|
Dim instance As ICWPlot
Dim ErrorCode As System.Integer
Dim value As CWResultsProbeManager
value = instance.GetResultsProbeManager(ErrorCode) |
C# | |
---|
CWResultsProbeManager GetResultsProbeManager(
out System.int ErrorCode
) |
C++/CLI | |
---|
CWResultsProbeManager^ GetResultsProbeManager(
& [Out] System.int ErrorCode
) |
Parameters
- ErrorCode
- Error code as defined in swsResultPlotErrorCode_e
Return Value
ICWResultsProbeManager
Example
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0