Gets the radii of beams used to render the specified plot.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetBeamRadius( _
ByVal SPlotName As System.String, _
ByRef ErrorCode As System.Integer _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As ICWResults
Dim SPlotName As System.String
Dim ErrorCode As System.Integer
Dim value As System.Object
value = instance.GetBeamRadius(SPlotName, ErrorCode) |
CSolidWorks.Interop.cosworks~SolidWorks.Interop.cosworks.ICWResults~GetBeamRadius.html# | |
---|
System.object GetBeamRadius(
System.string SPlotName,
out System.int ErrorCode
) |
C++/CLI | |
---|
System.Object^ GetBeamRadius(
& System.String^ SPlotName,
& [Out] System.int ErrorCode
) |
Parameters
- SPlotName
- Name of plot
- ErrorCode
- Error as defined in swsResultsError_e
Return Value
Array of beam radii
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0