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