⌘
K
Getting Started
Document API
Model API
Organization API
Project API
Topic API
User API
Webhook API
2D Viewer SDK
3D Viewer SDK
2D Viewer SDK
Getting Started
Methods
Building
Image
Location
Model
Marker
Object
Screenshot
Selection
Space
Storey
View
Viewer
Viewpoint
Events
Types
API Reference
Release Channels
Using jQuery
Docs powered by
Archbee
Methods
Storey
hideStorey
Removes from view the specificed storey.
Example
Usage
JS
1
const
storeyId
=
"storey-1"
;
2
3
viewer2d
.
hideStorey
(
storeyId
)
;
const storeyId = "storey-1"; viewer2d.hideStorey(storeyId);
Parameters
storeyId
Id of the storey to hide.
Type
Required
String
Yes
Updated 12 Sep 2024
Did this page help you?
PREVIOUS
getStoreysByElevation
NEXT
hideStoreys
Docs powered by
Archbee
TABLE OF CONTENTS
Example
Usage
Parameters
storeyId
Docs powered by
Archbee