defaultLevelIndex property

int get defaultLevelIndex

Индекс этажа по умолчанию.

Implementation

int get defaultLevelIndex {
  int res = _CIndoorBuilding_defaultLevelIndex(_CIndoorBuildingMakeDefault().._impl=_self);
  return res;
}