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