DBnewDisplayMarker

Top  Previous  Next

New point symbol indicate.

This procedure is a summary of a row of single calls. She indicates a point element of a certain class in a festgelgten position. Graphic elements are indicated only if they are either selected or lie in the segment with the ID 65535. With DBnewDisplayMarker a point element is generated in the segment 65535. If the segment does not exist yet, it is put on. Then an object is generated in this segment and is put on in this object the point element.

Parametre

root (PROOT) [IN]

The trading of the data bank in which the point element is put on.

x (stands in) [IN]

y (stands in) [IN]

This is the data bank position in which the point element is generated. At which place the element on the screen appears, depends on the cutting elective there.

first-class (int) [IN]

The kind of the representation of point elements depends on the class of the involved point. This is given with this parametre. All the other qualities of the point are booked with defaults.

Result

(T_ERROR) [OUT]

ERROR_OK if everything has run without mistake, but one of the error messages from error.h.

Declaration

#include "database.h"

 

T_ERROR DLLENTRY DBnewDisplayMarker (

PROOT root,

stand in x,

stand in y,

int first-class

);