ATMLModelLibrary.model.equipment.Ethernet.LoadFromFile C# (CSharp) Method

LoadFromFile() public static method

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

Same methods

Ethernet::LoadFromFile ( string fileName ) : Ethernet
Ethernet::LoadFromFile ( string fileName, Ethernet &obj, Exception &exception ) : bool