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);
}
Comments
0 comments
Please sign in to leave a comment.