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