DBmodifyInfoSettings

Top  Previous  Next

Modifying the properties of an attribute or info element.

It is possible to modify either all values ​​or individual ones. Constants are defined to specify which values ​​are to be changed. These constants determine whether the values ​​provided in `settings` are valid. If `settings` contains a value that has not been explicitly designated by a constant, that value will not be applied to the plan settings. To apply all values ​​from `settings` to the plan, the constant `INFO_MODIFY_ALL` may be specified instead of OR-ing together all other constants.

Parameter

info (PINFO_ELEMENT)                                 [IN]

Handle of the attribute

flags (int)                                                      [IN]

constants name the values to change.

settings (INFO_SETTINGS *)                         [IN/OUT]

Structure for the plan settings. Only the values ​​that are intended to be changed need to be set.

stufe (int)                                                     [IN]

The level is reserved with the value 1 and remains open for future extensions.

Ergebnis

---

Deklaration

 #include "database.h"

 

 void DLLENTRY DBmodifyInfoSettings (

     PINFO_ELEMENT     info,

     int               flags,

     INFO_SETTINGS *   settings,

     int               stufe

);

Konstanten

PLAN_MODIFY_NAME                    1

INFO_MODIFY_ALL                       1

Verwandte Funktionen

DBmodifyObjectSettings

DBmodifyPointElementSettings

DBmodifyPointSettings

DBmodifyRasterSettings

DBmodifySegmentSettings

DBmodifyStringSettings

DBmodifySymbolSettings

DBmodifyTextSettings

DBmodifyTextString