IMsProblem.CreateMetaModel

Fore Syntax

CreateMetaModel: IMsMetaModel;

Fore.NET Syntax

CreateMetaModel(): Prognoz.Platform.Interop.Ms.IMsMetaModel;

Description

The CreateMetaModel method creates an internal metamodel.

Comments

To edit the current internal metamodel, use the IMsProblem.EditMetaModel property.

Fore and Fore.NET Examples

The property use is given in the example for IMsProblem.Convert.

See also:

IMsProblem