Gets or sets the normal stiffness value.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property NormalStiffnessValue As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ICWElasticConnector
Dim value As System.Double
instance.NormalStiffnessValue = value
value = instance.NormalStiffnessValue |
C# | |
---|
System.double NormalStiffnessValue {get; set;} |
C++/CLI | |
---|
property System.double NormalStiffnessValue {
System.double get();
void set ( & System.double value);
} |
Property Value
Normal stiffness value
See Also
Availability
SolidWorks Simulation API 2009 SP0