Gets or sets the rotational stiffness.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property RotationalStiffnessValue As Double |
Visual Basic (Usage) | |
---|
Dim instance As ICWPinConnector
Dim value As Double
instance.RotationalStiffnessValue = value
value = instance.RotationalStiffnessValue
|
C# | |
---|
double RotationalStiffnessValue {get; set;} |
C++/CLI | |
---|
property double RotationalStiffnessValue {
double get();
void set (double value);
} |
Return Value
Rotational stiffness
Example
See Also
Availability
SolidWorks Simulation API 2009 SP0