Gets or sets whether reaction results are saved.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property SaveReactions As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWStudyResultOptions
Dim value As System.Integer
instance.SaveReactions = value
value = instance.SaveReactions |
C# | |
---|
System.int SaveReactions {get; set;} |
C++/CLI | |
---|
property System.int SaveReactions {
System.int get();
void set ( & System.int value);
} |
Property Value
1 to save reaction results, 0 to not (see
Remarks)
Remarks
See Also
Availability
SolidWorks Simulation API 2012 SP0