DataDictionary.Generated.Message.deleteMsgVariables C# (CSharp) Method

deleteMsgVariables() public method

Part of the list interface for MsgVariables This deletion function removes an element from the collection in MsgVariables
public deleteMsgVariables ( int idx ) : void
idx int the index of the element to remove
return void
        public void deleteMsgVariables(int idx)
        {
            __setDirty(true);
              allMsgVariables().RemoveAt(idx);
            NotifyControllers(null);
        }

Same methods

Message::deleteMsgVariables ( int idx, Lock aLock ) : void