Exemplo n.º 1
0
 [DllImport(Abci.Lib)] public static extern void aiPointsGetSummary(IntPtr schema, ref aiPointsSummary dst);
Exemplo n.º 2
0
 public void GetSummary(ref aiPointsSummary dst)
 {
     NativeMethods.aiPointsGetSummary(self, ref dst);
 }