ArcFM Responder Mobile Developer Guide
CanEdit Method (MMStoredDisplayManagerClass)






Syntax
'Declaration
 
Public Overridable Function CanEdit( _
   ByVal eType As mmStoredDisplayType _
) As System.Boolean
'Usage
 
Dim instance As MMStoredDisplayManagerClass
Dim eType As mmStoredDisplayType
Dim value As System.Boolean
 
value = instance.CanEdit(eType)
public virtual System.bool CanEdit( 
   mmStoredDisplayType eType
)
public function CanEdit( 
    eType: mmStoredDisplayType
): System.Boolean; virtual; 
public function CanEdit( 
   eType : mmStoredDisplayType
) : System.boolean;
public: virtual System.bool CanEdit( 
   mmStoredDisplayType eType
) 
public:
virtual System.bool CanEdit( 
   mmStoredDisplayType 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

MMStoredDisplayManagerClass Class
MMStoredDisplayManagerClass Members

Send Feedback