AVEVA Database .NET Public Interface

DbElement.InsertAfter Method 

Insert Element after the given reference Element. This method throws an exception if insertion fails.

public abstract void InsertAfter(
   DbElement element
);

Parameters

element
Reference Element

See Also

DbElement Class | Aveva.Pdms.Database Namespace