AVEVA Database .NET Public Interface

DbElement.InsertBefore Method 

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

public abstract void InsertBefore(
   DbElement element
);

Parameters

element
Reference Element

See Also

DbElement Class | Aveva.Pdms.Database Namespace