SYSlocateObject

Top  Previous  Next

Element about number determine.

With this routine it is possible to determine certain elements with the help of her position. The call of the routine occurs with the type in request, the position and the sheet type. With the type in request it can concern the following types: Object, text, string, symbol. If is given as a type to be searched Object, the types are not possible for text, string and symbol more than types to be searched and are ignored. With the position this will seem of the element given.

Parametre

root (PROOT) [IN]

Act on the open data bank.

argc (int) [IN]

argc contains the number of the parametres of the command line.

argv (char *) [IN]

argv contains all parametres which have been called in the command line. A valid call includes to the following sign chains in argv: Object 3 plans test-flat sheet type 150. This call delivers the third object in the plan test-flat from the sheet type 150. The order of the pairs is any, but the accompanying information must stand in this order.

flags (const int) [IN]

flags is not evaluated at the moment and can contain, therefore, any value.

Result

(PANY) [OUT]

If the element in request could be found, a trading becomes on it zurückgeliefert, but ZERO.

Declaration

#include "system.h"

 

PANY DLLENTRY SYSlocateObject (

PROOT root,

int argc,

char * argv [],

const int flags

);

Remark

The user function LocateObject calls this routine and shows the found element centred.