DBdeleteInformationRecord

Top  Previous  Next

If an info attribute extinguishes.

With this routine an info attribute can be removed from a data bank, a plan, a segment, an object, an element or a point. At the moment plan and data bank are implemented.

Parametre

info (PINFORMATION) [IN]

Act of the info attribute which should be removed.

Result

(T_ERROR) [OUT]

always ERROR_OK.

Declaration

#include "database.h"

 

T_ERROR DLLENTRY DBdeleteInformationRecord (

PINFORMATION info

);

Related procedures

DBfindInformationRecord

DBchangeInformationRecord