Gets or sets the fixed time increment.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property TimeIncrement As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWNonLinearStudyOptions
Dim value As Integer
instance.TimeIncrement = value
value = instance.TimeIncrement
|
C# | |
---|
int TimeIncrement {get; set;} |
C++/CLI | |
---|
property int TimeIncrement {
int get();
void set (int value);
} |
Return Value
Fixed time increment
Example
See Also
Availability
SolidWorks Simulation API 2008 SP1.0