WRAPPER_API long get_FolderID() const
Description
Retrieves the id of the folder this object is in.
Example
void DisplayFolder_FolderID(GEOCALCPBW_NAMESPACE::DisplayObject* thisObject)
{
long folderID = thisObject->get_FolderID();
folderID = 1;
thisObject->set_FolderID(folderID);
}
Comments
0 comments
Please sign in to leave a comment.