ArcFM Responder Mobile Developer Guide
EditWorkspace Property (ID8WorkRequestEdit)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678272)>
Property EditWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace
'Usage
 
Dim instance As ID8WorkRequestEdit
Dim value As ESRI.ArcGIS.Geodatabase.IWorkspace
 
instance.EditWorkspace = value
 
value = instance.EditWorkspace
[System.Runtime.InteropServices.DispId(1610678272)]
ESRI.ArcGIS.Geodatabase.IWorkspace EditWorkspace {get; set;}
read-write property EditWorkspace: ESRI.ArcGIS.Geodatabase.IWorkspace; 
System.Runtime.InteropServices.DispIdAttribute(1610678272)
function get,set EditWorkspace : ESRI.ArcGIS.Geodatabase.IWorkspace
[System.Runtime.InteropServices.DispId(1610678272)]
__property ESRI.ArcGIS.Geodatabase.IWorkspace* get_EditWorkspace();
__property void set_EditWorkspace( 
   ESRI.ArcGIS.Geodatabase.IWorkspace* value
);
[System.Runtime.InteropServices.DispId(1610678272)]
property ESRI.ArcGIS.Geodatabase.IWorkspace^ EditWorkspace {
   ESRI.ArcGIS.Geodatabase.IWorkspace^ get();
   void set (    ESRI.ArcGIS.Geodatabase.IWorkspace^ value);
}
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

ID8WorkRequestEdit Interface
ID8WorkRequestEdit Members

Send Feedback