DBownerOfPoint

Top  Previous  Next

If the element in which the point lies investigates.

Every point has an element of the data bank as a higher element. With a point from a string element this is this string element, with the position of a symbol this higher element is the symbol. The corresponding is valid for texts and point elements. This procedure delivers exactly this higher element as a result. The type of the higher element can be determined with DBreturnPointerTyp.

Parametre

point (T_PPOINT) [IN]

The point whose higher element is searched. Result

(PELEMENT) [OUT]

The higher element of the point with the trading point, i.e. the element to which the point point belongs.

Declaration

#include "database.h"

 

PELEMENT DLLENTRY DBownerOfPoint (

T_PPOINT point

);

Related functions

DBowner

DBownerOfElement

DBownerOfObject

DBownerOfPlan

DBownerOfSegment