ArcFM Responder Mobile Developer Guide
IsFeatureGas Method






The feature.
Returns true if, and only if, the feature is a network feature and belongs to a network that has a weight called "GasTraceWeight".
Syntax
'Declaration
 
Public Shared Function IsFeatureGas( _
   ByVal feature As ESRI.ArcGIS.Geodatabase.IFeature _
) As System.Boolean
'Usage
 
Dim feature As ESRI.ArcGIS.Geodatabase.IFeature
Dim value As System.Boolean
 
value = NetworkIdentification.IsFeatureGas(feature)
public static System.bool IsFeatureGas( 
   ESRI.ArcGIS.Geodatabase.IFeature feature
)
public function IsFeatureGas( 
    feature: ESRI.ArcGIS.Geodatabase.IFeature
): System.Boolean; static; 
public static function IsFeatureGas( 
   feature : ESRI.ArcGIS.Geodatabase.IFeature
) : System.boolean;
public: static System.bool IsFeatureGas( 
   ESRI.ArcGIS.Geodatabase.IFeature* feature
) 
public:
static System.bool IsFeatureGas( 
   ESRI.ArcGIS.Geodatabase.IFeature^ feature
) 

Parameters

feature
The feature.

Return Value

true if the given feature is a member of a feature class that belongs to a gas geometric network; otherwise, false
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

NetworkIdentification Class
NetworkIdentification Members

Send Feedback