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