Responder Developer Guide
ConvertFeedPathToEnumNetEid(FeedPath,INetwork,esriElementType) Method


Syntax
'Declaration
 
Public Overloads Shared Function ConvertFeedPathToEnumNetEid( _
   ByVal feedPath As FeedPath, _
   ByVal network As ESRI.ArcGIS.Geodatabase.INetwork, _
   ByVal elementType As ESRI.ArcGIS.Geodatabase.esriElementType _
) As ESRI.ArcGIS.Geodatabase.IEnumNetEID
'Usage
 
Dim feedPath As 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(feedPath, network, elementType)
public static ESRI.ArcGIS.Geodatabase.IEnumNetEID ConvertFeedPathToEnumNetEid( 
   FeedPath feedPath,
   ESRI.ArcGIS.Geodatabase.INetwork network,
   ESRI.ArcGIS.Geodatabase.esriElementType elementType
)

Parameters

feedPath
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