DBreturnPlanSettings |
Top Previous Next |
Information of the plan investigates. The plan contains beside the plan name and co-ordinates still other information like plan resolution, version of the plan, Skalierungsfaktor or Flags which provide information about the plan (changed, curly etc.). Parametre flat (PPLANS) [IN] Act on the plan by which the information is questioned. settings (PLAN_SETTINGS *) [IN / OUT] As a result this procedure fills the structure settings. All fields are booked with the values of the plan which the trading calls. It is a job of the user to make available the storage space for settings. This can be a dynamic or static memory. grade (int) [IN] defined, which information in the settings structure is filled. Step == 1 the logical plan borders are filled in xlow, ylow, xhigh and yhigh. Step == 2 the real borders of the contained objects are filled in xlow, ylow, xhigh and yhigh. Before the borders are anew calculated. Step == 3 the real borders of the contained objects are filled in xlow, ylow, xhigh and yhigh. If further information is introduced, these become grades distinguished. Result --- Declaration #include "database.h"
void DLLENTRY DBreturnPlanSettings ( PPLANS flat, PLAN_SETTINGS * settings, int grades );
|