AVEVA Database .NET Public Interface

DbElement.GetElementArray Method (DbAttribute)

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

Parameters

attributeName
Attribute to query

Return Value

Array of Element instances

See Also

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