AVEVA Database .NET Public Interface

DbElement.CreateFirst Method 

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

public abstract DbElement CreateFirst(
   DbElementType elementType
);

Parameters

elementType
New Element type

Return Value

New Element

See Also

DbElement Class | Aveva.Pdms.Database Namespace