Gets the cluster factor for the response spectrum dynamic study.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetResponseSpectrumClusterFactor2( _
ByRef DFactor As System.Double _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWDynamicStudyOptions
Dim DFactor As System.Double
Dim value As System.Integer
value = instance.GetResponseSpectrumClusterFactor2(DFactor) |
C# | |
---|
System.int GetResponseSpectrumClusterFactor2(
out System.double DFactor
) |
C++/CLI | |
---|
System.int GetResponseSpectrumClusterFactor2(
& [Out] System.double DFactor
) |
Parameters
- DFactor
- Cluster factor (see Remarks)
Return Value
0 indicates success; a non-0 value indicates failure
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2015 SP0