Exemplo n.º 1
0
 public static extern int agindex(EdgeHandle component, [MarshalAs(UnmanagedType.LPStr)] string unk2);
Exemplo n.º 2
0
 public static extern string agxget(EdgeHandle component, int unk2);
Exemplo n.º 3
0
 public static extern int agxset(EdgeHandle component, int unk2, [MarshalAs(UnmanagedType.LPStr)] string unk3);
Exemplo n.º 4
0
 public static extern SymbolHandle agprvattr(EdgeHandle component, SymbolHandle attribute);
Exemplo n.º 5
0
 public static extern string agget(EdgeHandle component, [MarshalAs(UnmanagedType.LPStr)] string unk2);
Exemplo n.º 6
0
 public static extern SymbolHandle agfindattr(EdgeHandle component, [MarshalAs(UnmanagedType.LPStr)] string name);
Exemplo n.º 7
0
 public static extern SymbolHandle aglstattr(EdgeHandle component);
Exemplo n.º 8
0
 public static extern EdgeHandle agnxtout(GraphHandle graph, EdgeHandle edge);
Exemplo n.º 9
0
 public static extern EdgeHandle agnxtedge(GraphHandle graph, EdgeHandle edge, NodeHandle node);
Exemplo n.º 10
0
 public static extern int agcontains(GraphHandle graph, EdgeHandle component);
Exemplo n.º 11
0
 public static extern void agdelete(GraphHandle graph, EdgeHandle component);
Exemplo n.º 12
0
 public static extern void aginsert(GraphHandle graph, EdgeHandle component);