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 System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ICWBearingLoad
Dim value As System.Double
instance.XDirectionValue = value
value = instance.XDirectionValue |
C# | |
---|
System.double XDirectionValue {get; set;} |
C++/CLI | |
---|
property System.double XDirectionValue {
System.double get();
void set ( & System.double value);
} |
Property Value
Value of the bearing force in the X direction of the selected coordinate system
See Also
Availability
SolidWorks Simulation API 2009 SP0