AVEVA Database .NET Public Interface

DbElement.GetElement Method (Int32[], DbElementType)

Get an Element instance using reference number pair, and element type.

public static DbElement GetElement(
   int[] reference,
   DbElementType type
);

Parameters

reference
Reference number pair
type
Element type

Return Value

Element instance

See Also

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