AriDEVParser.Util.UpdateField.UpdateField C# (CSharp) Method

UpdateField() public method

public UpdateField ( int val1, float val2 ) : System.Runtime.InteropServices
val1 int
val2 float
return System.Runtime.InteropServices
        public UpdateField(int val1, float val2)
        {
            Int32Value = val1;
            SingleValue = val2;
        }
UpdateField