Gets or sets the lower limit of the operating frequency of the random vibration dynamic study.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property RandomVibrationFrequencyLowerLimit As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ICWDynamicStudyOptions
Dim value As System.Double
instance.RandomVibrationFrequencyLowerLimit = value
value = instance.RandomVibrationFrequencyLowerLimit |
C# | |
---|
System.double RandomVibrationFrequencyLowerLimit {get; set;} |
C++/CLI | |
---|
property System.double RandomVibrationFrequencyLowerLimit {
System.double get();
void set ( & System.double value);
} |
Property Value
Operating frequency lower limit
See Also
Availability
SolidWorks Simulation API 2012 SP0