Get array of Element types identified by Attribute on Element. This method throws an exception if attribute is invalid.
Get array of Element types identified by Attribute on Element. This method throws an exception if attribute is invalid.
public abstract DbElementType[] GetElementTypeArray(DbAttribute);
Get array of Element types identified by Attribute on Element. This method throws an exception if attribute is invalid.
public abstract DbElementType[] GetElementTypeArray(DbAttribute,DbQualifier);
Deprecated- do not use. Use method with DbQualifier instead.
public abstract DbElementType[] GetElementTypeArray(DbAttribute,int);
DbElement Class | Aveva.Pdms.Database Namespace