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

LoadFromFile() public static method

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

Same methods

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