CompileAndLoad Method (String)
Compile a model source file into a memory buffer, then read it into an XPRMModel object
Namespace: Mosel
Assembly: xprmdn (in xprmdn.dll) Version: 5.0.2.0

C#
public XPRMModel CompileAndLoad( string src )
Parameters
- src
-
Type:
SystemString
name of the source file
Return Value
Type: XPRMModel