TMappl.LayerObjectExclFilterBitStore

Модуль: Mappl
Класс: TMappl

Класс Объектового исключающего фильтра слоя

Объявление

property LayerObjectExclFilterBitStore[lCode: Integer]: TBitStore;

Описание

Пример

      var
        bs: TBitStore;
        oIndex: integer;
      begin
        bs:=Mappl.LayerObjectExclFilterClass[lCode];
        Count:=bs.Count;
        oIndex:=bs.FirstID;
        while oIndex >= 0 do
           oIndex:=bs.NextID;
      end;