WRAPPER_API long get_FolderID()
Description
Retrieves the folder identification number.
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.