AVEVA Database .NET Public Interface

DbElement.CreateAfter Method 

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

public abstract DbElement CreateAfter(
   DbElementType elementType
);

Parameters

elementType
New Element type

Return Value

New Element

See Also

DbElement Class | Aveva.Pdms.Database Namespace