activeLevelIndex property

int get activeLevelIndex

Порядковый индекс активного этажа в levels.

Implementation

int get activeLevelIndex {
  int res = _CIndoorBuilding_activeLevelIndex(_CIndoorBuildingMakeDefault().._impl=_self);
  return res;
}
set activeLevelIndex (int levelIndex)

Implementation

set activeLevelIndex(int levelIndex) {
  void res = _CIndoorBuilding_setActiveLevelIndex_uint64_t(_CIndoorBuildingMakeDefault().._impl=_self, levelIndex);
  return res;
}