Gets or sets the lateral stiffness Y value.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Property LateralStiffnessYValue As System.Double |
| Visual Basic (Usage) | |
|---|
Dim instance As ICWGeneralSpringConnector
Dim value As System.Double
instance.LateralStiffnessYValue = value
value = instance.LateralStiffnessYValue |
| C# | |
|---|
System.double LateralStiffnessYValue {get; set;} |
| C++/CLI | |
|---|
property System.double LateralStiffnessYValue {
System.double get();
void set ( & System.double value);
} |
Property Value
Lateral stiffness Y value in force/distance
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2025 SP0