Table of Contents

Method getUserAngle

Namespace
VectorDraw.Professional.ActionUtility
Assembly
VectorDraw.Professional.dll

getUserAngle(gPoint)

Gets an angle from the user in radians in current user coordinate system.

public object getUserAngle(gPoint reference)

Parameters

reference gPoint

A reference gPoint in User Coordinate System.

Returns

object

An object representing the angle in radians or null if the user cancels the operation or one of the preselected accepted values.

Remarks

If the reference point is a null object then a getpoint action is called first so the user can define the reference point.