Canguro.Controller.CommandServices.GetPoint C# (CSharp) Method

GetPoint() public method

This method returns a Magnet whose SnapPoint property has the point obtained either typed or clicked.
public GetPoint ( ) : Magnet
return Canguro.Controller.Snap.Magnet
        public Snap.Magnet GetPoint()
        {
            return GetPoint(Culture.Get("getPoint"));
        }

Same methods

CommandServices::GetPoint ( string prompt ) : Magnet