updf_prop_enum_closeΒΆ

updf_prop_enum_close closes a propEnum object.

bool = updf_prop_enum_close(enu)

Return Value

If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).

Parameters

enu

enu.

Example

See updf_prop_enum.

History

Version Description
5.6.0 New

id-41556