Gets or sets whether to use soft springs to stabilize the model in this frequency
study.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property UseSoftSpring As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWFrequencyStudyOptions
Dim value As System.Integer
instance.UseSoftSpring = value
value = instance.UseSoftSpring |
C# | |
---|
System.int UseSoftSpring {get; set;} |
C++/CLI | |
---|
property System.int UseSoftSpring {
System.int get();
void set ( & System.int value);
} |
Property Value
- 1 = Use soft springs
- 0 = Do not use soft springs
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2008 SP1.0