AVEVA Database .NET Public Interface

DbElement.InsertIntoSecondaryListAfterLast Method 

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

public abstract void InsertIntoSecondaryListAfterLast(
   DbElement group
);

Parameters

group
Parent Element

See Also

DbElement Class | Aveva.Pdms.Database Namespace