ArcFM Responder Mobile Developer Guide
DisconnectFeature Method (ConnectGas)






Syntax
'Declaration
 
Public Sub DisconnectFeature( _
   ByVal feature As ESRI.ArcGIS.Geodatabase.IFeature _
) 
'Usage
 
Dim instance As ConnectGas
Dim feature As ESRI.ArcGIS.Geodatabase.IFeature
 
instance.DisconnectFeature(feature)
public void DisconnectFeature( 
   ESRI.ArcGIS.Geodatabase.IFeature feature
)
public procedure DisconnectFeature( 
    feature: ESRI.ArcGIS.Geodatabase.IFeature
); 
public function DisconnectFeature( 
   feature : ESRI.ArcGIS.Geodatabase.IFeature
);
public: void DisconnectFeature( 
   ESRI.ArcGIS.Geodatabase.IFeature* feature
) 
public:
void DisconnectFeature( 
   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

ConnectGas Class
ConnectGas Members

Send Feedback