- Contents
 
DesignerCOM API
II3IDMessages::Remove Method
Synopsis
Removes the message at the specified index from Interaction Designer's messages collection.
IDL Function Prototype
HRESULT Remove(
[in] long MessageIndex
);
C/C++ Syntax
HRESULT Remove(long MessageIndex);
Parameters
- MessageIndex
 - 
 
Index number of the message item to be removed from the collection.
 

 
			 