Sets a title for this plot.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetPlotTitle( _
ByVal SPlotTitle As System.String _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWPlot
Dim SPlotTitle As System.String
Dim value As System.Integer
value = instance.SetPlotTitle(SPlotTitle) |
C# | |
---|
System.int SetPlotTitle(
System.string SPlotTitle
) |
C++/CLI | |
---|
System.int SetPlotTitle(
& System.String^ SPlotTitle
) |
Parameters
- SPlotTitle
- Plot title
Return Value
Error code as defined in
swsResultPlotErrorCode_e
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2015 SP0