DBgetDisplayRange

Top  Previous  Next

Queries of the level window size.

With this function the size of the plan window can be determined. The information is in metre

Parametre

root (PROOT) [IN]

Act on the data bank.

w (stands in *) [IN]

In w the width of the plan window stands after call of the function in metre.

h (stands in *) [IN]

In h the height of the plan window stands after call of the function in metre.

Result

---

Declaration

#include "database.h"

 

void DLLENTRY DBgetDisplayRange (

PROOT root,

stand in * w,

stand in * h

);

Related functions

DBgetDisplayCenter