Beispiel #1
0
 public PGNode(string label, PGNodeType type, int size)
 {
     FamilyXRef = label;
     Type       = type;
     Size       = size;
 }
Beispiel #2
0
 public PGNode(string label, PGNodeType type)
 {
     FamilyXRef = label;
     Type       = type;
     Size       = 1;
 }