AVEVA Database .NET Public Interface

DbElement.Create Method 

Create a new Element at given position in this Element's child list. This method throws an exception if operation fails.

public abstract DbElement Create(
   int PositionInList,
   DbElementType elementType
);

Parameters

PositionInList
Insert position index
elementType
New Element type

Return Value

New Element

See Also

DbElement Class | Aveva.Pdms.Database Namespace