functiongetModelInstanceReference
Like getModelInstance, but returns an integer handle to an in-memory model
instance structure instead of a JSON string (see issue #15219). The handle is
intended to be read directly by an in-process client such as OMEdit and must
be released with releaseModelInstanceReference. Returns 0 on failure.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| TypeName | className | ||
| TypeName | context | $Code(__NoContext) | |
| String | modifier | "" |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | handle |