ArcFM Solution Developer Guide
GetShellFolder Method (IMMFolderTools)


Syntax
'Declaration
 
Function GetShellFolder( _
   ByVal eFolder As mmFolderEnum, _
   Optional ByVal bCreate As System.Boolean _
) As System.String
'Usage
 
Dim instance As IMMFolderTools
Dim eFolder As mmFolderEnum
Dim bCreate As System.Boolean
Dim value As System.String
 
value = instance.GetShellFolder(eFolder, bCreate)
System.string GetShellFolder( 
   mmFolderEnum eFolder,
   System.bool bCreate
)

Parameters

eFolder
bCreate
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

IMMFolderTools Interface
IMMFolderTools Members

 

 


Send Comment