ArcFM Engine Developer Guide
GetDocumentNameByGlobalID Method (IMMDocumentManager2)


Syntax
'Declaration
 
Function GetDocumentNameByGlobalID( _
   ByVal bstrGlobalID As String, _
   ByVal eType As mmDocumentType _
) As IMMDocumentName
'Usage
 
Dim instance As IMMDocumentManager2
Dim bstrGlobalID As String
Dim eType As mmDocumentType
Dim value As IMMDocumentName
 
value = instance.GetDocumentNameByGlobalID(bstrGlobalID, eType)
IMMDocumentName GetDocumentNameByGlobalID( 
   string bstrGlobalID,
   mmDocumentType eType
)

Parameters

bstrGlobalID
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