ArcFM Engine Developer Guide
GetDocumentNamesByGlobalIDs Method (IMMDocumentManager2)


Syntax
'Declaration
 
Function GetDocumentNamesByGlobalIDs( _
   ByVal pGlobalIDs As ESRI.ArcGIS.esriSystem.IEnumBSTR, _
   ByVal eType As mmDocumentType _
) As IMMEnumDocumentName
'Usage
 
Dim instance As IMMDocumentManager2
Dim pGlobalIDs As ESRI.ArcGIS.esriSystem.IEnumBSTR
Dim eType As mmDocumentType
Dim value As IMMEnumDocumentName
 
value = instance.GetDocumentNamesByGlobalIDs(pGlobalIDs, eType)
IMMEnumDocumentName GetDocumentNamesByGlobalIDs( 
   ESRI.ArcGIS.esriSystem.IEnumBSTR pGlobalIDs,
   mmDocumentType eType
)

Parameters

pGlobalIDs
eType
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMDocumentManager2 Interface
IMMDocumentManager2 Members

 

 


Send Comment