Miner.Geodatabase Namespace > NetworkIdentification Class : IsFeatureGas Method |
'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 )
true
if the given feature is a member of a feature class that belongs to a gas geometric network; otherwise, false
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