Gets the coordinates of the point of application of this remote load.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetLocationValues( _
ByRef DXValue As System.Double, _
ByRef DYValue As System.Double, _
ByRef 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.GetLocationValues(DXValue, DYValue, DZValue) |
C# | |
---|
void GetLocationValues(
out System.double DXValue,
out System.double DYValue,
out System.double DZValue
) |
C++/CLI | |
---|
void GetLocationValues(
& [Out] System.double DXValue,
& [Out] System.double DYValue,
& [Out] System.double DZValue
) |
Parameters
- DXValue
- X-coordinate
- DYValue
- Y-coordinate
- DZValue
- Z-coordinate
Example
See Also
Availability
SolidWorks Simulation API 2012 SP0