Method getUserPoint
- Namespace
- VectorDraw.Professional.ActionUtility
- Assembly
- VectorDraw.Professional.dll
getUserPoint()
Gets a point from the user in User Coordinate System.
public object getUserPoint()
Returns
- object
An object representing a point in User Coordinate System or null if the user cancels the operation or one of the preselected accepted values.
getUserPoint(out gPoint)
Gets a point from the user in User Coordinate System.
public StatusCode getUserPoint(out gPoint retpt)
Parameters
retptgPointA gPoint reference to fill the point the user selected in User Coordinate System.
Returns
- StatusCode
Returns a status code indicating the success of the action.
Remarks
Note that accepted values are not taken into consideration.