AVEVA Database .NET Public Interface

DbElement.GetElementType Method

Get the type of this Element. Where this is a User-Defined Element Type, the base type is returned.

Overload List

Get the type of this Element. Where this is a User-Defined Element Type, the base type is returned.

public abstract DbElementType GetElementType();

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

public abstract DbElementType GetElementType(DbAttribute);

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

public abstract DbElementType GetElementType(DbAttribute,DbQualifier);

Deprecated- do not use. Use method with DbQualifier instead.

public abstract DbElementType GetElementType(DbAttribute,int);

See Also

DbElement Class | Aveva.Pdms.Database Namespace