Gets or sets the number of plots to save.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property NoOfPlots As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWDropTestResultOptions
Dim value As System.Integer
instance.NoOfPlots = value
value = instance.NoOfPlots |
C# | |
---|
System.int NoOfPlots {get; set;} |
C++/CLI | |
---|
property System.int NoOfPlots {
System.int get();
void set ( & System.int value);
} |
Property Value
Number of plots to save
Example
See Also
Availability
SolidWorks Simulation API 2012 SP0