Gets the definition of the specified plot.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetPlotDefinition( _
ByVal SPlotName As System.String, _
ByRef NPlotType As System.Integer, _
ByRef NComponentName As System.String, _
ByRef BNodal As System.Boolean, _
ByRef BDeformed As System.Boolean, _
ByRef DScaleFactor As System.Double _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWResults
Dim SPlotName As System.String
Dim NPlotType As System.Integer
Dim NComponentName As System.String
Dim BNodal As System.Boolean
Dim BDeformed As System.Boolean
Dim DScaleFactor As System.Double
Dim value As System.Integer
value = instance.GetPlotDefinition(SPlotName, NPlotType, NComponentName, BNodal, BDeformed, DScaleFactor) |
Parameters
- SPlotName
- Name of plot
- NPlotType
- Type of plot as defined in swsPlotResultTypes_e
- NComponentName
- Name of plotted component
- BNodal
- True if plot is nodal, false if elemental
- BDeformed
- True if deformed, false if not
- DScaleFactor
- Scale factor for deformation
Return Value
Error as defined in
swsResultsError_e
Example
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0