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

LoadFromFile() public static method

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

Same methods

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