Gets or sets a value for the solution increment.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property FixedTimeIncrement As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ICWNonLinearStudyOptions
Dim value As System.Double
instance.FixedTimeIncrement = value
value = instance.FixedTimeIncrement |
C# | |
---|
System.double FixedTimeIncrement {get; set;} |
C++/CLI | |
---|
property System.double FixedTimeIncrement {
System.double get();
void set ( & System.double value);
} |
Property Value
Fixed solution increment
Example
See Also
Availability
SolidWorks Simulation API 2008 SP1.0