Get a null Element instance.
Get a null Element instance.
public static DbElement GetElement();
Get Element instance referenced by Attribute on Element. This method throws an exception if attribute is invalid.
public abstract DbElement GetElement(DbAttribute);
Get Element instance referenced by Attribute on Element. This method throws an exception if attribute is invalid.
public abstract DbElement GetElement(DbAttribute,DbElementType);
Get Element instance referenced by Attribute on Element. This method throws an exception if attribute is invalid.
public abstract DbElement GetElement(DbAttribute,DbQualifier);
Deprecated- do not use. Use method with DbQualifier instead.
public abstract DbElement GetElement(DbAttribute,int);
Get Element instance referenced by Attribute on Element. This method throws an exception if attribute is invalid.
public abstract DbElement GetElement(DbAttribute,string);
Get an Element instance using reference number pair. If the reference number is not valid, a null Element is returned. This method throws an exception if attribute is invalid.
public static DbElement GetElement(int[]);
Get an Element instance using reference number pair, and element type.
public static DbElement GetElement(int[],DbElementType);
Get an Element instance using element name. If the element name is not known, a null Element is returned.
public static DbElement GetElement(string);
DbElement Class | Aveva.Pdms.Database Namespace