Get the type of this Element. Where this is a User-Defined Element Type, the base type is returned.
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);
DbElement Class | Aveva.Pdms.Database Namespace