Gets the upper limit of the operating frequency of the random vibration dynamic study.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetRandomVibrationFrequencyUpperLimit2( _
ByRef DUpperLimit As System.Double _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWDynamicStudyOptions
Dim DUpperLimit As System.Double
Dim value As System.Integer
value = instance.GetRandomVibrationFrequencyUpperLimit2(DUpperLimit) |
C# | |
---|
System.int GetRandomVibrationFrequencyUpperLimit2(
out System.double DUpperLimit
) |
C++/CLI | |
---|
System.int GetRandomVibrationFrequencyUpperLimit2(
& [Out] System.double DUpperLimit
) |
Parameters
- DUpperLimit
- Operating frequency upper limit
Return Value
0 indicates success; a non-0 value indicates failure
Example
See Also
Availability
SOLIDWORKS Simulation API 2015 SP0