AVEVA Database .NET Public Interface

DbElement.InsertIntoSecondaryListBefore Method 

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

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

Parameters

element
Reference Element
group
Parent Element

See Also

DbElement Class | Aveva.Pdms.Database Namespace