ArcFM Responder Mobile Developer Guide
CanEdit Method (IMMDocumentManager)






Syntax
'Declaration
 
Function CanEdit( _
   ByVal eType As mmDocumentType _
) As System.Boolean
'Usage
 
Dim instance As IMMDocumentManager
Dim eType As mmDocumentType
Dim value As System.Boolean
 
value = instance.CanEdit(eType)
System.bool CanEdit( 
   mmDocumentType eType
)
function CanEdit( 
    eType: mmDocumentType
): System.Boolean; 
function CanEdit( 
   eType : mmDocumentType
) : System.boolean;
System.bool CanEdit( 
   mmDocumentType eType
) 
System.bool CanEdit( 
   mmDocumentType eType
) 

Parameters

eType
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

IMMDocumentManager Interface
IMMDocumentManager Members

Send Feedback