IDocumentManagerGetMapViewportDocumentInfoList Method |  |
Returns a list of information for map viewports.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
SyntaxIList<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