Gets or sets the displacement and velocity option.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property SaveDisplacementsAndVelocitiesOption As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWStudyResultOptions
Dim value As Integer
instance.SaveDisplacementsAndVelocitiesOption = value
value = instance.SaveDisplacementsAndVelocitiesOption
|
C# | |
---|
int SaveDisplacementsAndVelocitiesOption {get; set;} |
C++/CLI | |
---|
property int SaveDisplacementsAndVelocitiesOption {
int get();
void set (int value);
} |
Return Value
Option as defined in
swsResultsDisplacementAndVelocityOption_e (see
Remarks)
Example
Remarks
See Also
Availability
SolidWorks Simulation API 2012 SP0