ArcGIS Developer Help  (Carto)    

NetworkLayer CoClass

Network Layer CoClass.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Interfaces

Interfaces Description
IConnectionPointContainer Supports connection points for connectable objects.
IDataLayer Provides access to members that control the data source properties of a layer.
IDataLayer2 Provides access to additional members that control the data source properties of a layer.
IDataset (esriGeoDatabase) Provides access to members that supply dataset information.
IDisplayAdmin (esriDisplay) Provides access to members that control display administration.
IDisplayFilterManager (esriDisplay) Provides access to members that control display filter management.
IGeoDataset (esriGeoDatabase) Provides access to members that provide information about a Geographic Dataset.
IIdentify Provides access to members that identify features.
IIdentify2 Provides access to members that set the current scale of the display.
ILayer Provides access to members that work with all layers.
ILayer2 Provides access to additional members that work with all layers.
ILayerDrawingProperties Provides access to members that control layer drawing properties.
ILayerEffects Provides access to members that control layer effects.
ILayerExtensions Provides access to the extensions of a layer.
ILayerGeneralProperties Provides access to layer general properties.
ILayerInfo Provides access to members that return layer images.
ILayerPosition Provides access to members that control a layer's default position in the map interface.
ILegendInfo Provides access to members that control legend information provided by a renderer.
IMapLevel (esriDisplay) Provides access to memebers that control the map level.
INetworkLayer Provides access to members that control a network layer.
INetworkRendererCollection Provides access to members that manage the collection of network renderers.
IPersistStream (esriSystem)
IPropertySupport (esriSystem) Provides access to members that set a default property on an object.
IPublishLayer Provides access to a layer's capability for being published with the ArcGIS Publisher extension.
ITemporaryLayer Provides access to temporary layer properties.

Event Interfaces

Interfaces Description
ILayerEvents (default) Provides access to events that occur when layer visibility changes.

Working with Events

[Visual Basic 6.0]

When working with NetworkLayer's default outbound interface in Visual Basic 6 declare variables as follows:

Private WithEvents pNetworkLayer as NetworkLayer

 


Feedback Send feedback on this page