ATMLModelLibrary.model.equipment.Controller.LoadFromFile C# (CSharp) Method

LoadFromFile() public static method

public static LoadFromFile ( string fileName, Controller &obj ) : bool
fileName string
obj Controller
return bool
        public static bool LoadFromFile(string fileName, out Controller obj)
        {
            System.Exception exception;
            return LoadFromFile(fileName, out obj, out exception);
        }
        

Same methods

Controller::LoadFromFile ( string fileName ) : Controller
Controller::LoadFromFile ( string fileName, Controller &obj, System &exception ) : bool