ObjGetNameΒΆ

ObjGetName returns the name of an object.

ssName = ObjGetName(handle)

Return Value

ssName is the name of the object, given by its handle. If an error occurs, an empty string is returned ("").

Parameters

handle

handle identifies the object.

id-1277910