WRAPPER_API long get_FolderID() const
Retrieves 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);
}