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