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