AVEVA Database .NET Public Interface

DbElement.CreateLast Method 

Create new Element at the end of this Element's child list. This method throws an exception if operation fails.

public abstract DbElement CreateLast(
   DbElementType elementType
);

Parameters

elementType
New Element type

Return Value

New Element

See Also

DbElement Class | Aveva.Pdms.Database Namespace