Responder Developer Guide
ConvertFeedPathToEnumNetEid(List<FeedPath>,INetwork,esriElementType) Method


Syntax
'Declaration
 
Public Overloads Shared Function ConvertFeedPathToEnumNetEid( _
   ByVal feedPaths As List(Of FeedPath), _
   ByVal network As ESRI.ArcGIS.Geodatabase.INetwork, _
   ByVal elementType As ESRI.ArcGIS.Geodatabase.esriElementType _
) As ESRI.ArcGIS.Geodatabase.IEnumNetEID
'Usage
 
Dim feedPaths As List(Of FeedPath)
Dim network As ESRI.ArcGIS.Geodatabase.INetwork
Dim elementType As ESRI.ArcGIS.Geodatabase.esriElementType
Dim value As ESRI.ArcGIS.Geodatabase.IEnumNetEID
 
value = NetApp.ConvertFeedPathToEnumNetEid(feedPaths, network, elementType)
public static ESRI.ArcGIS.Geodatabase.IEnumNetEID ConvertFeedPathToEnumNetEid( 
   List<FeedPath> feedPaths,
   ESRI.ArcGIS.Geodatabase.INetwork network,
   ESRI.ArcGIS.Geodatabase.esriElementType elementType
)

Parameters

feedPaths
network
elementType
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

NetApp Class
NetApp Members
Overload List

 

 


Send Comment