Converts the angle from the local coordinate system of the shape into the global coordinate system.
Applies to: Shape object
[[Let] retAngle = ]object.LAtoWA ( localAngle ) |
The WPtoLP method syntax has these parts:
Part | Description |
object | Required. An expression that returns a Shape object. |
localAngle | Required. An expression that returns a Double value. The angle in the local coordinate system. |
retAngle | Optional. A Double type variable. The resulting angle in the global coordinate system. |
The angle values are measured in radians.
See Also |
LPtoGP method, LPtoWP method, WPtoLP method |