SDK JS
    Preparing search index...

    Type Alias BslHiddenReason

    BslHiddenReason: "service" | "overview-shell" | "not-renderable" | "user"

    Why a BSL sublayer is not being drawn — see I3sBuildingLayer.sublayerStates.

    • 'service' — the service's own visibility flag is false (e.g. Redlands BuildingE ships Site + Entourage switched off). Turning it on is a deliberate override of the publisher.
    • 'overview-shell' — the SDK's default view drops the coarse Overview shell so the detailed disciplines are what you see; the service may well declare it visible.
    • 'not-renderable' — a renderable leaf this layer never opened an engine for (a non-3DObject sublayer such as Point, a leaf with no url, or one whose open failed). Toggling it does nothing.
    • 'user' — hidden by a I3sBuildingLayer.setSublayerVisible call.