Gets the names of the plots in this study.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetPlotNames( _
ByVal Count As Integer _
) As String |
Visual Basic (Usage) | |
---|
Dim instance As ICWResults
Dim Count As Integer
Dim value As String
value = instance.IGetPlotNames(Count)
|
C# | |
---|
string IGetPlotNames(
int Count
) |
C++/CLI | |
---|
String^ IGetPlotNames(
& int Count
) |
Parameters
- Count
- Number of plots in this study
Return Value
Array of the names of the plots in this study
Remarks
See Also
Availability
SolidWorks Simulation API 2009 SP0