set_FolderID Method

WRAPPER_API void set_FolderID(long folderID)

 

Description

Sets the identification for the folder (this must be unique within the view).

 

Example

void DisplayFolder_FolderID(GEOCALCPBW_NAMESPACE::DisplayFolder* thisFolder)

{

long folderID = thisFolder->get_FolderID();

folderID = 100

thisFolder->set_FolderID(folderID);

}