⌘
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
Image
removeImage
Removes the specified image.
Example
Usage
JS
1
const
imageId
=
"image-1"
;
2
3
viewer2d
.
removeImage
(
imageId
)
;
const imageId = "image-1"; viewer2d.removeImage(imageId);
Parameters
imageId
Id of the image to remove.
Type
Required
String
Yes
Updated 12 Sep 2024
Did this page help you?
PREVIOUS
hideImage
NEXT
showImage
Docs powered by
Archbee
TABLE OF CONTENTS
Example
Usage
Parameters
imageId
Docs powered by
Archbee