Initializing help system before first use

getrmtid

getrmtid


Purpose
Get the ID of a model on a remote instance.
Synopsis
function getrmtid(mo:Model):integer
Argument
mo 
A model
Return value
ID of the model on the remote instance as an integer or -1 if the model has not been loaded or is local to the running instance.
Further information
This ID corresponds to the model number assigned to the model by Mosel when it is loaded ( i.e. the value of the control parameter modelnumber). This function can only be used on models handled by remote instances.
Module