Returns the next Element in order from this Element. If none, returns a null DbElement.
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);
DbElement Class | Aveva.Pdms.Database Namespace