Gets or sets whether to save modifications made to the joints.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property IncludeKeepModifiedJointOnUpdate As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICWJoints
Dim value As Boolean
instance.IncludeKeepModifiedJointOnUpdate = value
value = instance.IncludeKeepModifiedJointOnUpdate
|
C# | |
---|
bool IncludeKeepModifiedJointOnUpdate {get; set;} |
C++/CLI | |
---|
property bool IncludeKeepModifiedJointOnUpdate {
bool get();
void set (bool value);
} |
Return Value
True to save modifications, false to not
Example
Remarks
See Also
Availability
SolidWorks Simulation API 2010 SP0