Click or drag to resize

IMessagesGet Method

Returns a message with a given index, source and status.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
IMessage Get(
	int index,
	MessageSource source,
	MessageStatus status
)

Parameters

index
Type: SystemInt32
Index of the mess
source
Type: EMInvent.InventSimMessageSource
status
Type: EMInvent.InventSimMessageStatus

Return Value

Type: IMessage
See Also