WRAPPER_API DisplayObject(const BmgChar* GCCode, ObjectType type, long folderID, bool hidden);
Creates a new instance of a DisplayObject.
void DisplayObject_Sample()
{
thisObject = new GEOCALCPBW_NAMESPACE::DisplayObject(L"CHANGEME", GEOCALCPBW_NAMESPACE::GeoBase::LinearUnitType, 2, false);
}