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

LoadFromFile() public static method

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

Same methods

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