IPdm::GetListOfDocuments



Your Ad Here

Description

This method allows you to get documents from a given location/folder.

Syntax

ListOfDocuments = GetListOfDocuments( FolderPath );

Input: (String) FolderPath

Path to location/folder from which to get a list of included documents. For example \Documents\LocationName\[SubFolders]\Folder.

Return: (Variant) ListOfDocuments

Variant type array each element of which contain two dimensioned string type array of documents under current location/folder.

Note

In string array the first element is a name of document type, for example "Drafting", "Modeler", "Assembly", "NC", and the second is a name of document.

Return to Cimatron Index


Your Ad Here