ArcFM Responder Mobile Developer Guide
DefaultWorkspace Property (IMMPropertiesExt3)






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

IMMPropertiesExt3 Interface
IMMPropertiesExt3 Members

Send Feedback