ATMLModelLibrary.model.signal.basic.MaxInstantaneous.LoadFromFile C# (CSharp) Method

LoadFromFile() public static method

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

Same methods

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