AVEVA Database .NET Public Interface

DbElement.InsertIntoSecondaryListAfter Method 

Insert Element into secondary list, after the given reference Element. This method throws an exception if insertion fails.

public abstract void InsertIntoSecondaryListAfter(
   DbElement element,
   DbElement group
);

Parameters

element
Reference Element
group
Parent Element

See Also

DbElement Class | Aveva.Pdms.Database Namespace