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

LoadFromFile() public static method

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

Same methods

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