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