Gets or sets the number of frequency points in the random vibration dynamic study.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property RandomVibrationNoOfFrequencyPoints As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWDynamicStudyOptions
Dim value As Integer
instance.RandomVibrationNoOfFrequencyPoints = value
value = instance.RandomVibrationNoOfFrequencyPoints
|
C# | |
---|
int RandomVibrationNoOfFrequencyPoints {get; set;} |
C++/CLI | |
---|
property int RandomVibrationNoOfFrequencyPoints {
int get();
void set (int value);
} |
Return Value
Number of frequency points
See Also
Availability
SolidWorks Simulation API 2012 SP0