ArcFM Engine Developer Guide
IsFeatureGas Method


Version: 10.2.1a

Resource Center Home

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
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