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

LoadFromFile() public static method

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

Same methods

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