DBfirstGraphicalElementOfObject |
Top Previous Next |
The first element with co-ordinates determine. To the trading of an object the first available element which contains co-ordinates is determined. This are of string, texts, symbols, ellipses and point elements. The trading first of these elements is returned. If none such exists or if a mistake has appeared, ZERO is returned. If a trading was determined, the user has to come too DBreturnPointerTyp investigate which kind of element it concerns. Parametre object (POBJECT) [IN] The first graphic element is delivered by this object. If the object has none such, ZERO is delivered. Result (PELEMENT) [OUT] As a result this procedure delivers the trading of the first element which contains graphic information, so co-ordinates. If none such exists in the object, ZERO is delivered. Declaration #include "database.h"
PELEMENT DLLENTRY DBfirstGraphicalElementOfObject ( POBJECT object );
|