ArcFM Responder Mobile Developer Guide
DefaultWorkspace Property (MMPropertiesExtClass)






Syntax
'Declaration
 
Public Overridable Property DefaultWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace
'Usage
 
Dim instance As MMPropertiesExtClass
Dim value As ESRI.ArcGIS.Geodatabase.IWorkspace
 
instance.DefaultWorkspace = value
 
value = instance.DefaultWorkspace
public virtual ESRI.ArcGIS.Geodatabase.IWorkspace DefaultWorkspace {get; set;}
public read-write property DefaultWorkspace: ESRI.ArcGIS.Geodatabase.IWorkspace; virtual; 
public function get,set DefaultWorkspace : ESRI.ArcGIS.Geodatabase.IWorkspace
public: __property virtual ESRI.ArcGIS.Geodatabase.IWorkspace* get_DefaultWorkspace();
public: __property virtual void set_DefaultWorkspace( 
   ESRI.ArcGIS.Geodatabase.IWorkspace* value
);
public:
virtual 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

MMPropertiesExtClass Class
MMPropertiesExtClass Members

Send Feedback