ATML1671Translator.model.instruments.LoadFromFile C# (CSharp) Method

LoadFromFile() public static method

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

Same methods

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