IDocumentManagerGetMapDocumentInfoList Method |  |
Returns a list of information for map documents.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
SyntaxIList<DocumentInfo> GetMapDocumentInfoList()
Return Value
IListDocumentInfo
A list of
DocumentInfo objects for all documents of type
Map.
An empty list if map document doesn't exist.
A reduced list if the user doesn't have a permission to access a map document.
See Also