Gets or sets the type of stiffness.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property StiffnessType As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWSpringConnector
Dim value As System.Integer
instance.StiffnessType = value
value = instance.StiffnessType |
C# | |
---|
System.int StiffnessType {get; set;} |
C++/CLI | |
---|
property System.int StiffnessType {
System.int get();
void set ( & System.int value);
} |
Property Value
Stiffness types as defined in swsStiffnessType_e
See Also
Availability
SolidWorks Simulation API 2009 SP0