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

LoadFromFile() public static method

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

Same methods

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