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

LoadFromFile() public static method

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

Same methods

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