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

GetLine() public method

Method to get a Line element from the user by any means available (i.e. picking, text input, etc.)
public GetLine ( ) : Canguro.Model.LineElement
return Canguro.Model.LineElement
        public Canguro.Model.LineElement GetLine()
        {
            return GetLine(Culture.Get("getLine"));
        }

Same methods

CommandServices::GetLine ( string prompt ) : Canguro.Model.LineElement