Provides access to members that specify the properties of a base network definition.
Members
Name | Description | |
---|---|---|
DefinitionModificationTime | Returns the last time the data element was modified. | |
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 |
---|