ArcFM Desktop Developer Guide
IsFeatureGas Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

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 Boolean
'Usage
 
Dim feature As ESRI.ArcGIS.Geodatabase.IFeature
Dim value As Boolean
 
value = NetworkIdentification.IsFeatureGas(feature)
public static 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 XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

NetworkIdentification Class
NetworkIdentification Members

 

 


Send Comment