Activates the specified plot.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ActivatePlot( _
ByVal PlotName As String _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICWResults
Dim PlotName As String
Dim value As Boolean
value = instance.ActivatePlot(PlotName)
|
C++/CLI | |
---|
bool ActivatePlot(
& String^ PlotName
) |
Parameters
- PlotName
- Name of plot to activate
Return Value
True if the plot is activated, false if not
Remarks
See Also
Availability
SolidWork Simulation API 2009 SP0