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