ArcFM Desktop Developer Guide
LoadFavorites(IWorkspace,String) Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Workspace that contains the system and user favorites to load.
Username of user favorites to load.
Attempts to load all system and user favorites from the provided workspace. The user name property specifies the username of the user whose favorites will be loaded.
Syntax
'Declaration
 
Public Sub LoadFavorites( _
   ByVal workspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _
   ByVal userName As String _
) 
'Usage
 
Dim instance As CuLibrary
Dim workspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim userName As String
 
instance.LoadFavorites(workspace, userName)
public void LoadFavorites( 
   ESRI.ArcGIS.Geodatabase.IWorkspace workspace,
   string userName
)

Parameters

workspace
Workspace that contains the system and user favorites to load.
userName
Username of user favorites to load.
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

CuLibrary Class
CuLibrary Members

 

 


Send Comment