IStreetSmartAPICloseViewer Method

Close a panorama or oblique viewer.

Definition

Namespace: StreetSmart.Common.Interfaces.API
Assembly: StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 24.7.0.0+cc0a01953d1235087ce28d3e921f5bb47d3c0460
C#
Task<IList<IViewer>> CloseViewer(
	string viewerId
)

Parameters

viewerId  String
The viewer to remove

Return Value

TaskIListIViewer
Returns an array with references to all viewers of type PanoramaViewer and/or ObliqueViewer

Version Information

Supported in: 18.7

See Also