AVEVA Database .NET Public Interface

DbElement.GetElementType Method (DbAttribute)

Get the Element type identifed by Attribute on Element. This method throws an exception if attribute is invalid.

public abstract DbElementType GetElementType(
   DbAttribute attributeName
);

Parameters

attributeName
Attribute to query

Return Value

Element type

See Also

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