DBASEreturnPlansInBox

Top  Previous  Next

Pläne innerhalb eines Koordinatenbereichs ermitteln.

Parameter

db (DBbuffer *)                                            [IN]

M_Param_Beschr

layer (int)                                                      [IN]

M_Param_Beschr

x_ul (double)                                               [IN]

M_Param_Beschr

y_ul (double)                                               [IN]

M_Param_Beschr

x_or (double)                                               [IN]

M_Param_Beschr

y_or (double)                                               [IN]

M_Param_Beschr

maxCnt (unsigned long int)                         [IN]

M_Param_Beschr

feld (unsigned long int *)                             [IN]

M_Param_Beschr

Ergebnis

(long int)                                                   [OUT]

M_Param_Beschr

Deklaration

#include "dbase.h"

 

long int DLLENTRY DBASEreturnPlansInBox (

     DBbuffer *           db,

     int                  layer,

     double               x_ul,

     double               y_ul,

     double               x_or,

     double               y_or,

     unsigned long int    maxCnt,

     unsigned long int *  feld

);