.NET Customisation User Guide

.NET Customisation : PMLNet : Design Details : Using PMLNet
i.e. !a and !b do not point to the same object.
using Aveva.PDMS.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 PMLNet 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 PMLNet 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