ArcFM Responder Mobile Developer Guide
CanEdit Method (IComPropertySheet)






Syntax
'Declaration
 
Function CanEdit( _
   ByVal objects As ESRI.ArcGIS.esriSystem.ISet _
) As System.Boolean
'Usage
 
Dim instance As IComPropertySheet
Dim objects As ESRI.ArcGIS.esriSystem.ISet
Dim value As System.Boolean
 
value = instance.CanEdit(objects)
System.bool CanEdit( 
   ESRI.ArcGIS.esriSystem.ISet objects
)
function CanEdit( 
    objects: ESRI.ArcGIS.esriSystem.ISet
): System.Boolean; 
function CanEdit( 
   objects : ESRI.ArcGIS.esriSystem.ISet
) : System.boolean;
System.bool CanEdit( 
   ESRI.ArcGIS.esriSystem.ISet* objects
) 
System.bool CanEdit( 
   ESRI.ArcGIS.esriSystem.ISet^ objects
) 

Parameters

objects
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

IComPropertySheet Interface
IComPropertySheet Members

Send Feedback