You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GSResult ret = gsGetGridStore(mFactory, local_props, index, &store);
// Check ret, if error, throw exception
if (ret != GS_RESULT_OK) {
throwGSException(mFactory, ret);
}
returnnewStore(store);
}
/**
* Changes the settings for this Factory.
* The changed settings will be reflected in GridStore object which is already created by the specified Factory and GridStore object which will be created later by the Factory.