Gets or sets the shear stiffness value for this elastic support fixture.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ShearStiffnessValue As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ICWElasticConnector
Dim value As System.Double
instance.ShearStiffnessValue = value
value = instance.ShearStiffnessValue |
C# | |
---|
System.double ShearStiffnessValue {get; set;} |
C++/CLI | |
---|
property System.double ShearStiffnessValue {
System.double get();
void set ( & System.double value);
} |
Property Value
Shear stiffness value
Example
See Also
Availability
SOLIDWORKS Simulation API 2009 SP0