IBaseNetworkDefinition Interface

Provides access to members that specify the properties of a base network definition.

Members

Name Description
Read-only property DefinitionModificationTime Returns the last time the data element was modified.
Read-only property SourceByLayerID Returns the source by the layer ID.

IBaseNetworkDefinition.DefinitionModificationTime Property

Returns the last time the data element was modified.

Public ReadOnly Property DefinitionModificationTime As Double
public double DefinitionModificationTime {get;}

IBaseNetworkDefinition.SourceByLayerID Property

Returns the source by the layer ID.

Public Function get_SourceByLayerID ( _
    ByVal LayerID As Integer _
) As INetworkSource
public INetworkSource get_SourceByLayerID (
    int LayerID
);

Remarks

For internal use only. This property will return an error when called from the Enterprise SDK. As the network source and its associated feature class (or table) have the same name, then it is possible to use this mapping to retrieve the source from any given layer (see INetworkSource::Name).

Classes that implement IBaseNetworkDefinition

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.