Sets the theta value of the modal time history dynamic study.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetTimeHistoryWilsonTheta2( _
ByVal DWilsonTheta As System.Double _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWDynamicStudyOptions
Dim DWilsonTheta As System.Double
Dim value As System.Integer
value = instance.SetTimeHistoryWilsonTheta2(DWilsonTheta) |
C# | |
---|
System.int SetTimeHistoryWilsonTheta2(
System.double DWilsonTheta
) |
C++/CLI | |
---|
System.int SetTimeHistoryWilsonTheta2(
& System.double DWilsonTheta
) |
Parameters
- DWilsonTheta
- Theta value (see Remarks)
Return Value
0 indicates success; a non-0 value indicates failure
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2015 SP0