Sets the coordinates of the point of application of this remote load.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetLocationValues( _
ByVal DXValue As System.Double, _
ByVal DYValue As System.Double, _
ByVal DZValue As System.Double _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWRemoteLoad
Dim DXValue As System.Double
Dim DYValue As System.Double
Dim DZValue As System.Double
instance.SetLocationValues(DXValue, DYValue, DZValue) |
C++/CLI | |
---|
void SetLocationValues(
& System.double DXValue,
& System.double DYValue,
& System.double DZValue
) |
Parameters
- DXValue
- X-coordinate
- DYValue
- Y-coordinate
- DZValue
- Z-coordinate
Example
See Also
Availability
SolidWorks Simulation API 2012 SP0