AVEVA Database .NET Public Interface

DbElement.GetElementArray Method (DbAttribute, DbElementType)

Get array of Element instances referenced by Attribute on Element. This method throws an exception if attribute is invalid.

public abstract DbElement[] GetElementArray(
   DbAttribute attributeName,
   DbElementType qualifier
);

Parameters

attributeName
qualifier

Return Value

See Also

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