Gets whether to use the material damping ratio in the response spectrum dynamic study.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetResponseSpectrumUseMaterialDamping2( _
ByRef BChecked As System.Integer _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWDynamicStudyOptions
Dim BChecked As System.Integer
Dim value As System.Integer
value = instance.GetResponseSpectrumUseMaterialDamping2(BChecked) |
C# | |
---|
System.int GetResponseSpectrumUseMaterialDamping2(
out System.int BChecked
) |
C++/CLI | |
---|
System.int GetResponseSpectrumUseMaterialDamping2(
& [Out] System.int BChecked
) |
Parameters
- BChecked
- 1 to use the material damping ratio, 0 to not (see Remarks)
Return Value
0 indicates success; a non-0 value indicates failure
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2015 SP0