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