ATMLModelLibrary.model.common.Interface.LoadFromFile C# (CSharp) Method

LoadFromFile() public static method

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

Same methods

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