Method getUserRefPoint
- Namespace
- VectorDraw.Professional.ActionUtility
- Assembly
- VectorDraw.Professional.dll
getUserRefPoint(gPoint)
Gets a point from the user in User Coordinate System.
public object getUserRefPoint(gPoint reference)
Parameters
referencegPointA point in current User Coordinate System.
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.
Remarks
A rubber line is drawn from the reference point to the mouse position until the action is finished.Note that the reference point must not be null.
getUserRefPoint(gPoint, out gPoint)
Gets a point from the user in User Coordinate System.
public StatusCode getUserRefPoint(gPoint reference, out gPoint retpt)
Parameters
referencegPointA point in current User Coordinate System.
retptgPointA reference gPoint object where the selected point will be placed.
Returns
- StatusCode
Returns a status code indicating the success of the action.
Remarks
A rubber line is drawn from the reference point to the mouse position until the action is finished.Note that the reference point must not be null and also that the accepted values are not taken into consideration.