ArcFM Responder Mobile Developer Guide
GetGlobalID Method (IMMDocumentManager2)






Syntax
'Declaration
 
Function GetGlobalID( _
   ByVal pDocumentName As IMMDocumentName _
) As System.String
'Usage
 
Dim instance As IMMDocumentManager2
Dim pDocumentName As IMMDocumentName
Dim value As System.String
 
value = instance.GetGlobalID(pDocumentName)
System.string GetGlobalID( 
   IMMDocumentName pDocumentName
)
function GetGlobalID( 
    pDocumentName: IMMDocumentName
): System.String; 
function GetGlobalID( 
   pDocumentName : IMMDocumentName
) : System.String;
System.string* GetGlobalID( 
   IMMDocumentName* pDocumentName
) 
System.String^ GetGlobalID( 
   IMMDocumentName^ pDocumentName
) 

Parameters

pDocumentName
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMDocumentManager2 Interface
IMMDocumentManager2 Members

Send Feedback