Gets or sets the axial stiffness value for this contact set when the flexible wall type is selected.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property AxialStiffnessValue As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ICWContactSet
Dim value As System.Double
instance.AxialStiffnessValue = value
value = instance.AxialStiffnessValue |
C# | |
---|
System.double AxialStiffnessValue {get; set;} |
C++/CLI | |
---|
property System.double AxialStiffnessValue {
System.double get();
void set ( & System.double value);
} |
Property Value
Axial stiffness
See Also
Availability
SOLIDWORKS Simulation API 2008 SP1.0