NXOpen.UF.Ugmgr.ListFolderContents

Ugmgr.ListFolderContents()

Refer to UF_UGMGR_list_folder_contents for documentation.

Signature: ListFolderContents(folder)

Parameters:folder (Tag) – Database tag of the folder whose contents you wish to be listed.
Returns:A Tuple
Return type:A tuple consisting of (count,folderContents)

count(int): The number of objects in the specified folder.

folderContents(list of Tag): An array of database tags of the folder and part objects in the specified folder. This array must be freed after use using UF_free().

License requirements: None