WRAPPER_API void set_FolderID(long folderID)
Sets the id of the folder this object is in.
void DisplayFolder_FolderID(GEOCALCPBW_NAMESPACE::DisplayObject* thisObject)
{
long folderID = thisObject->get_FolderID();
folderID = 1;
thisObject->set_FolderID(folderID);
}