WRAPPER_API const BmgChar* get_GCCode() const
Retrieves the GC identifier code for this object.
void DisplayFolder_GCCode(GEOCALCPBW_NAMESPACE::DisplayObject* thisObject)
{
const BmgChar* gcCode = thisObject->get_GCCode();
gcCode = L"TESTGC";
thisObject->set_GCCode(gcCode);
}