GetFrequencyShiftOption Method (ICWDynamicStudyOptions)
Obsolete. Superseded by ICWDynamicStudyOptions::GetFrequencyShiftOption2.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetFrequencyShiftOption( _
ByRef BChecked As System.Boolean, _
ByRef DFrequencyValue As System.Double _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWDynamicStudyOptions
Dim BChecked As System.Boolean
Dim DFrequencyValue As System.Double
instance.GetFrequencyShiftOption(BChecked, DFrequencyValue) |
Parameters
- BChecked
- True to calculate only resonant frequencies that are closest to DFrequencyValue, false to not
- DFrequencyValue
- Frequency in Hz; valid only if BChecked = true (see Remarks)
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2012 SP0