Creates a network index element browser.
[Visual Basic 6.0] Function CreateNetBrowser(
ByVal ElementType As esriElementType _
) As IEnumNetEID
[Visual Basic .NET] Public Function CreateNetBrowser ( _ ByVal ElementType As esriElementType _ ) As IEnumNetEID
[C#] public IEnumNetEID CreateNetBrowser ( esriElementType ElementType );
[Java] public IEnumNetEID createNetBrowser ( esriElementType ElementType ) throws IOException, AutomationException
[C++] HRESULT CreateNetBrowser( esriElementType ElementType, IEnumNetEID** netBrowser );
Parameters
ElementType [in]
ElementType is a parameter of type esriElementType
netBrowser [out, retval]
netBrowser is a parameter of type IEnumNetEID