Sets the cluster factor for the response spectrum dynamic study.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetResponseSpectrumClusterFactor2( _
ByVal 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.SetResponseSpectrumClusterFactor2(DFactor) |
C# | |
---|
System.int SetResponseSpectrumClusterFactor2(
System.double DFactor
) |
C++/CLI | |
---|
System.int SetResponseSpectrumClusterFactor2(
& System.double DFactor
) |
Parameters
- DFactor
- Cluster factor (see Remarks)
Return Value
0 indicates success; a non-0 value indicates failure
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2015 SP0