OBJGetMapNamesΒΆ

OBJGetMapNames returns a string vector with map names or an empty string if the object does not contain any maps.

svNames = OBJGetMapNames(hObj)

Return Value

svNames is a vector with map names.

Parameters

hObj

Is an object handle. It can be a handle to one of the following objects: Document, page, layer, dataset (1D, 2D, 3D), drawing object (text, line, rectangle, ole-object, etc.).

id-1066055