Gets or sets the value of the bearing force in the Y direction of the selected coordinate system.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property YDirectionValue As Double |
Visual Basic (Usage) | |
---|
Dim instance As ICWBearingLoad
Dim value As Double
instance.YDirectionValue = value
value = instance.YDirectionValue
|
C# | |
---|
double YDirectionValue {get; set;} |
C++/CLI | |
---|
property double YDirectionValue {
double get();
void set (double value);
} |
Return Value
Value of the bearing force in the Y direction of the selected coordinate system
See Also
Availability
SolidWorks Simulation API 2009 SP0