AVEVA Database .NET Public Interface

DbElement.ChangeType Method 

Change the type of this Element. Method throws an exception if not allowed.

public abstract void ChangeType(
   DbElementType elementType
);

Parameters

elementType
New Element type

See Also

DbElement Class | Aveva.Pdms.Database Namespace