Gets or sets the axial stiffness for contact with a flexible virtual wall.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property WallStiffnessUnit As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWContactSet
Dim value As System.Integer
instance.WallStiffnessUnit = value
value = instance.WallStiffnessUnit |
C# | |
---|
System.int WallStiffnessUnit {get; set;} |
C++/CLI | |
---|
property System.int WallStiffnessUnit {
System.int get();
void set ( & System.int value);
} |
Property Value
Unit system as defined in swsUnitSystem_e
See Also
Availability
SolidWorks Simulation API 2008 SP1.0