AVEVA Database .NET Public Interface

DbElement.GetElement Method (Int32[])

Get an Element instance using reference number pair. If the reference number is not valid, a null Element is returned. This method throws an exception if attribute is invalid.

public static DbElement GetElement(
   int[] reference
);

Parameters

reference
Element reference number pair

Return Value

Element instance

See Also

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