AVEVA Database .NET Public Interface

DbElement.Next Method (DbElementType)

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 type
);

Parameters

type
Element Type

Return Value

Next conforming Element

See Also

DbElement Class | Aveva.Pdms.Database Namespace | DbElement.Next Overload List