Examples
- Last UpdatedOct 28, 2024
- 1 minute read
The following examples are available in the Samples directory -
PMLGridExample
Example of a .NET grid hosted on a PML form
PMLNetExample
Example of a PML Callable assembly:
import |pmlnetexample|
using namespace |aveva.core.samples|
!pmlobj = object pmlnetexample()
Example of how to use the new object:
List available methods:
q var !pmlobj.methods()
call the example method:
!pmlobj.method()

Note:
The module can be loaded from a directory:
Import |C:\%path-to-samples%\PMLNetExample\bin\Debug\pmlnetexample|