Set Attribute on Element to reference another Element. Method throws an exception if not allowed.
Set Attribute on Element to reference another Element. Method throws an exception if not allowed.
public abstract void SetAttribute(DbAttribute,DbElement);
Set Attribute on Element as an array of Elements. Method throws an exception if not allowed.
public abstract void SetAttribute(DbAttribute,DbElement[]);
Set Attribute on Element as a ParameterList. Method throws an exception if not allowed.
public abstract void SetAttribute(DbAttribute,ParameterList);
Set Attribute on Element as a vector. Method throws an exception if not allowed.
public abstract void SetAttribute(DbAttribute,Direction);
Set Attribute on Element as a matrix. Method throws an exception if not allowed.
public abstract void SetAttribute(DbAttribute,Orientation);
Set Attribute on Element as a point. Method throws an exception if not allowed.
public abstract void SetAttribute(DbAttribute,Position);
Set Attribute on Element as a boolean. Method throws an exception if not allowed.
public abstract void SetAttribute(DbAttribute,bool);
Set Attribute on Element as an array of boolean. Method throws an exception if not allowed.
public abstract void SetAttribute(DbAttribute,bool[]);
Set Attribute on Element as a date-time. Method throws an exception if not allowed.
public abstract void SetAttribute(DbAttribute,DateTime);
Set Attribute on Element as a double. Method throws an exception if not allowed.
public abstract void SetAttribute(DbAttribute,double);
Set Attribute on Element as an array of double. Method throws an exception if not allowed.
public abstract void SetAttribute(DbAttribute,double[]);
Set Attribute on Element as an integer. Method throws an exception if not allowed.
public abstract void SetAttribute(DbAttribute,int);
Set Attribute on Element as an array of integer. Method throws an exception if not allowed.
public abstract void SetAttribute(DbAttribute,int[]);
Set Attribute on Element as text. Method throws an exception if not allowed.
public abstract void SetAttribute(DbAttribute,string);
DbElement Class | Aveva.Pdms.Database Namespace