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