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

LoadFromFile() public static method

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

Same methods

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