AVEVA Database .NET Public Interface

DbElement.InsertAfterLast Method 

Insert Element after the last child of the given parent Element. This method throws an exception if insertion fails.

public abstract void InsertAfterLast(
   DbElement owner
);

Parameters

owner
Parent Element

See Also

DbElement Class | Aveva.Pdms.Database Namespace