ATMLModelLibrary.model.common.PhysicalInterface.LoadFromFile C# (CSharp) Method

LoadFromFile() public static method

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

Same methods

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