Gets or sets the value of the global friction coefficient.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property IncludeGlobalFriction As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWStaticStudyOptions
Dim value As Integer
instance.IncludeGlobalFriction = value
value = instance.IncludeGlobalFriction
|
C# | |
---|
int IncludeGlobalFriction {get; set;} |
C++/CLI | |
---|
property int IncludeGlobalFriction {
int get();
void set (int value);
} |
Return Value
Global friction coefficient
See Also
Availability
SolidWorks Simulation API 2008 SP1.0