ArcFM Responder Mobile Developer Guide
PluginConnectionProperties Constructor






Syntax
'Declaration
 
Public Function New( _
   ByVal workspace As ESRI.ArcGIS.Geodatabase.IWorkspace _
)
'Usage
 
Dim workspace As ESRI.ArcGIS.Geodatabase.IWorkspace
 
Dim instance As New PluginConnectionProperties(workspace)
public PluginConnectionProperties( 
   ESRI.ArcGIS.Geodatabase.IWorkspace workspace
)
public PluginConnectionProperties( 
    workspace: ESRI.ArcGIS.Geodatabase.IWorkspace
); 
public function PluginConnectionProperties( 
   workspace : ESRI.ArcGIS.Geodatabase.IWorkspace
);
public: PluginConnectionProperties( 
   ESRI.ArcGIS.Geodatabase.IWorkspace* workspace
)
public:
PluginConnectionProperties( 
   ESRI.ArcGIS.Geodatabase.IWorkspace^ workspace
)

Parameters

workspace
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

PluginConnectionProperties Class
PluginConnectionProperties Members

Send Feedback