AVEVA Database .NET Public Interface

DbElement.CreateBefore Method 

Create a new Element before this Element in owner's child list. This method throws an exception if operation fails.

public abstract DbElement CreateBefore(
   DbElementType elementType
);

Parameters

elementType
New Element type

Return Value

New Element

See Also

DbElement Class | Aveva.Pdms.Database Namespace