ArcFM Solution Developer Guide
OwnerCanSaveToDB Method (IMMPersistentListItemEx)






IWorkspace
Uses the 'owner' value to call the appropriate IMMPersistentListItem method (CanSaveToDB, CanSaveToUserDB). The 'owner' of a listitem is on the IMMItemDefinition interface. It can be either user or system.
Syntax
'Declaration
 
Function OwnerCanSaveToDB( _
   ByVal pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace _
) As System.Boolean
'Usage
 
Dim instance As IMMPersistentListItemEx
Dim pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim value As System.Boolean
 
value = instance.OwnerCanSaveToDB(pWorkspace)
System.bool OwnerCanSaveToDB( 
   ESRI.ArcGIS.Geodatabase.IWorkspace pWorkspace
)
function OwnerCanSaveToDB( 
    pWorkspace: ESRI.ArcGIS.Geodatabase.IWorkspace
): System.Boolean; 
function OwnerCanSaveToDB( 
   pWorkspace : ESRI.ArcGIS.Geodatabase.IWorkspace
) : System.boolean;
System.bool OwnerCanSaveToDB( 
   ESRI.ArcGIS.Geodatabase.IWorkspace* pWorkspace
) 
System.bool OwnerCanSaveToDB( 
   ESRI.ArcGIS.Geodatabase.IWorkspace^ pWorkspace
) 

Parameters

pWorkspace
IWorkspace

Return Value

Boolean
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

IMMPersistentListItemEx Interface
IMMPersistentListItemEx Members

Send Feedback