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

LoadFromFile() public static method

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

Same methods

DriverUnified::LoadFromFile ( string fileName ) : DriverUnified
DriverUnified::LoadFromFile ( string fileName, DriverUnified &obj, Exception &exception ) : bool