AVEVA Database .NET Public Interface

DbElement.Member Method 

Returns the numbered child Element of this Element. If none, returns a null DbElement.

public abstract DbElement Member(
   int number
);

Parameters

number
Index of child

Return Value

Indexed child Element

See Also

DbElement Class | Aveva.Pdms.Database Namespace