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