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

LoadFromFile() public static method

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

Same methods

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