.NET Customisation User Guide

.NET Customisation : PML.NET : Design Details : Using PML.NET
i.e. !a and !b do not point to the same object.
using Aveva.Core.PMLNet;
public double Val
get
return mval;
set
mval = value;
__delegate void PMLNetEventHandler(ArrayList __gc *args);
public class PMLNetExample
public event PMLNetDelegate.PMLNetEventHandler PMLNetExampleEvent;
public PMLNetExample ()
public void Assign(PMLNetExample that)
public void RaiseExampleEvent()
ArrayList args = new ArrayList();
if (PMLNetExampleEvent!= null)
!n is the PML.NET instance on which the event will be raised
!c is the instance of a PML object with a method callback() with the appropriate arguments
where !handle is the handle of the PML.NET delegate returned by addeventhandler().
throw new PMLNetException(1000, 1, "PMLNetExample Exception");

1974 to current year. AVEVA Solutions Limited and its subsidiaries. All rights reserved.
AVEVA Logo