ArcFM Responder Mobile Developer Guide
ConnectFeature Method (ConnectElectric)






Syntax
'Declaration
 
Public Sub ConnectFeature( _
   ByVal feature As ESRI.ArcGIS.Geodatabase.IFeature _
) 
'Usage
 
Dim instance As ConnectElectric
Dim feature As ESRI.ArcGIS.Geodatabase.IFeature
 
instance.ConnectFeature(feature)
public void ConnectFeature( 
   ESRI.ArcGIS.Geodatabase.IFeature feature
)
public procedure ConnectFeature( 
    feature: ESRI.ArcGIS.Geodatabase.IFeature
); 
public function ConnectFeature( 
   feature : ESRI.ArcGIS.Geodatabase.IFeature
);
public: void ConnectFeature( 
   ESRI.ArcGIS.Geodatabase.IFeature* feature
) 
public:
void ConnectFeature( 
   ESRI.ArcGIS.Geodatabase.IFeature^ feature
) 

Parameters

feature
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

ConnectElectric Class
ConnectElectric Members

Send Feedback