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

LoadFromFile() public static method

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

Same methods

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