Ejemplo n.º 1
0
 public int Create(string name)
 {
     return(ComObject.Create(name));
 }
Ejemplo n.º 2
0
 public int Create(int devid, string name)
 {
     return(ComObject.Create(devid, name));
 }
Ejemplo n.º 3
0
 public int Create(string name, int parent = 0, int position = 0, int before = 0)
 {
     return(ComObject.Create(name, parent, position, before));
 }
 public int Create(string name, string typname, int parentid, int afterid)
 {
     return(ComObject.Create(name, typname, parentid, afterid));
 }
Ejemplo n.º 5
0
 public int Create(int fdbID, string name, string symnam, string symver)
 {
     return(ComObject.Create(fdbID, name, symnam, symver));
 }
Ejemplo n.º 6
0
 public int Create(int shti, int pnts, ref object x, ref object y, ref object PointTypArr)
 {
     return(ComObject.Create(shti, pnts, ref x, ref y, ref PointTypArr));
 }
Ejemplo n.º 7
0
 public int Create(int modi, string name, string file)
 {
     return(ComObject.Create(modi, name, file));
 }
Ejemplo n.º 8
0
 public int Create(string name, int type, int copper, int layer_id, int before)
 {
     return ComObject.Create(name, type, copper, layer_id, before);
 }
Ejemplo n.º 9
0
 public int Create(string name, string assignment, string location, string comp, string vers, int after)
 {
     return(ComObject.Create(name, assignment, location, comp, vers, after));
 }
Ejemplo n.º 10
0
 public int Create(int modi, string name, string symbol, int position, int before)
 {
     return(ComObject.Create(modi, name, symbol, position, before));
 }
Ejemplo n.º 11
0
 public int Create(ref object aroundids)
 {
     return(ComObject.Create(ref aroundids));
 }
 public int Create(int id, string text, string command, string parameters, string folder, string image, string shortcut,
                   int Visible, int wait, int flags = 1)
 {
     return(ComObject.Create(id, text, command, parameters, folder, image, shortcut, Visible, wait, flags));
 }
Ejemplo n.º 13
0
 public int Create(string name, int devi, int pini, int before)
 {
     return(ComObject.Create(name, devi, pini, before));
 }
Ejemplo n.º 14
0
 public int Create(ref object ids, string name = null)
 {
     return(ComObject.Create(ref ids, name));
 }
 public int Create(int ani)
 {
     return(ComObject.Create(ani));
 }
 public int Create(int fuId, string name)
 {
     return(ComObject.Create(fuId, name));
 }
 public int Create(int shtId, double x1, double y1, double x2, double y2, int flags, double distance, string text, double tx,
                   double ty)
 {
     return(ComObject.Create(shtId, x1, y1, x2, y2, flags, distance, text, tx, ty));
 }
Ejemplo n.º 18
0
 public int Create(int shti, int pnts, ref object x, ref object y)
 {
     return(ComObject.Create(shti, pnts, ref x, ref y));
 }