WRAPPER_API const BmgChar* get_GCCode() const
Description
Retrieves the GC identifier code for this object.
Example
void DisplayFolder_GCCode(GEOCALCPBW_NAMESPACE::DisplayObject* thisObject)
{
const BmgChar* gcCode = thisObject->get_GCCode();
gcCode = L"TESTGC";
thisObject->set_GCCode(gcCode);
}
Comments
0 comments
Please sign in to leave a comment.