NavVis IVION API
    Preparing search index...

    Interface PoiTypeGroupInterface

    PoiTypeGroups are categorical groups for PoiTypeInterfaces.

    These categorical groups function primarily as information organization. PoiTypeGroups are also associated to security permissions.

    interface PoiTypeGroupInterface {
        id: number;
        name: Dictionary<string>;
    }

    Hierarchy (View Summary)

    Index
    id: number

    Entity id number

    name: Dictionary<string>

    The name of the group. This name appears in UI elements. It is an associative array of strings, whose keys are ISO 15897 locale tags.