ObjSaveUserDataΒΆ

ObjSaveUserData save the data of a data-object added with ObjSetUserData in the connected IPW file.

bool = ObjSaveUserData(handle)

Return Value

bool is TRUE (1), if the funciton was successful and otherwise FALSE (0).

Parameters

handle

handle identifies the object (Dataset, Drawing Objekt, Diagram, etc.).

Comment

The function should be invoked every time the data object has been modified. See ObjGetUserData for an example.

History

Version Description
5.12.0 New

id-925854