Click or drag to resize

IDocumentManagerGetMapViewportDocumentInfoList Method

Returns a list of information for map viewports.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
IList<DocumentInfo> GetMapViewportDocumentInfoList()

Return Value

IListDocumentInfo
A list of DocumentInfo objects for all documents of type MapViewport. An empty list if map viewport doesn't exist. A reduced list if the user doesn't have a permission to access a map viewport.
See Also