AVEVA Database .NET Public Interface

DbElement.Next Method

Returns the next Element in order from this Element. If none, returns a null DbElement.

Overload List

Returns the next Element in order from this Element. If none, returns a null DbElement.

public abstract DbElement Next();

Returns the next Element in order that has the given Element Type, from this Element. If none, returns a null DbElement.

public abstract DbElement Next(DbElementType);

See Also

DbElement Class | Aveva.Pdms.Database Namespace