This method of the IServer interface creates an instance of a server object.
public abstract java.lang.Object CreateObject(java.lang.String progID);
Returns an instance of a server object.
progID | [in] A string that contains the progID of the object. |