SetUserGeoID method

int SetUserGeoID(
  1. int GeoId
)

Implementation

int SetUserGeoID(
  int GeoId,
) {
  return _SetUserGeoID(
    GeoId,
  );
}