IDEBaseNetwork Interface

Provides access to members that supply base network data element information.

Members

Name Description
Read-only property AssociationSource Returns the association source in this base network.
Read-only property AssociationsTableName Returns the associations table name for the network.
Read-only property CreateDirtyAreaForAnyAttributeUpdate Creates dirty area for any attribute update.
Read-only property CreationTime Returns the creation time.
Read-only property DirtyAreaTableName Returns the dirty areas table name for the network.
Read-only property GlobalID Returns the global ID.
Read-only property LineErrorsTableName Returns the line errors table name for the network.
Read-only property MinimalDirtyAreaSize Returns the minimal dirty area size.
Read-only property PointErrorsTableName Returns the point errors table name for the network.
Read-only property PolygonErrorsTableName Returns the polygon errors table name for the network.
Read/write property Properties Returns the property set of this base network.
Read-only property ProVersion Returns the Pro version.
Read-only property SchemaGeneration Returns the schema generation.
Read-only property SourceByLayerID Returns the source by layer ID.
Read-only property SourceByName Returns the source by name.
Read-only property SystemJunctionSource Returns the system junction source in this base network.
Read-only property SystemJunctionsTableName Returns the system junctions table name for the network.
Read-only property TraceConfigurationsTableName Returns the trace configuration table name.
Read-only property UserIdentity Returns the user identity.

IDEBaseNetwork.AssociationSource Property

Returns the association source in this base network.

Public ReadOnly Property AssociationSource As INetworkSource
public INetworkSource AssociationSource {get;}

IDEBaseNetwork.AssociationsTableName Property

Returns the associations table name for the network.

Public ReadOnly Property AssociationsTableName As String
public string AssociationsTableName {get;}

IDEBaseNetwork.CreateDirtyAreaForAnyAttributeUpdate Property

Creates dirty area for any attribute update.

Public ReadOnly Property CreateDirtyAreaForAnyAttributeUpdate As Boolean
public bool CreateDirtyAreaForAnyAttributeUpdate {get;}

IDEBaseNetwork.CreationTime Property

Returns the creation time.

Public ReadOnly Property CreationTime As Object
public object CreationTime {get;}

IDEBaseNetwork.DirtyAreaTableName Property

Returns the dirty areas table name for the network.

Public ReadOnly Property DirtyAreaTableName As String
public string DirtyAreaTableName {get;}

IDEBaseNetwork.GlobalID Property

Returns the global ID.

Public ReadOnly Property GlobalID As Guid
public Guid GlobalID {get;}

IDEBaseNetwork.LineErrorsTableName Property

Returns the line errors table name for the network.

Public ReadOnly Property LineErrorsTableName As String
public string LineErrorsTableName {get;}

IDEBaseNetwork.MinimalDirtyAreaSize Property

Returns the minimal dirty area size.

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

IDEBaseNetwork.PointErrorsTableName Property

Returns the point errors table name for the network.

Public ReadOnly Property PointErrorsTableName As String
public string PointErrorsTableName {get;}

IDEBaseNetwork.PolygonErrorsTableName Property

Returns the polygon errors table name for the network.

Public ReadOnly Property PolygonErrorsTableName As String
public string PolygonErrorsTableName {get;}

IDEBaseNetwork.Properties Property

Returns the property set of this base network.

Public Property Properties As IPropertySet
public IPropertySet Properties {get; set;}

IDEBaseNetwork.ProVersion Property

Returns the Pro version.

Public ReadOnly Property ProVersion As String
public string ProVersion {get;}

IDEBaseNetwork.SchemaGeneration Property

Returns the schema generation.

Public ReadOnly Property SchemaGeneration As Integer
public int SchemaGeneration {get;}

IDEBaseNetwork.SourceByLayerID Property

Returns the source by 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).

IDEBaseNetwork.SourceByName Property

Returns the source by name.

Public Function get_SourceByName ( _
    ByVal Name As String _
) As INetworkSource
public INetworkSource get_SourceByName (
    string Name
);

IDEBaseNetwork.SystemJunctionSource Property

Returns the system junction source in this base network.

Public ReadOnly Property SystemJunctionSource As INetworkSource
public INetworkSource SystemJunctionSource {get;}

IDEBaseNetwork.SystemJunctionsTableName Property

Returns the system junctions table name for the network.

Public ReadOnly Property SystemJunctionsTableName As String
public string SystemJunctionsTableName {get;}

IDEBaseNetwork.TraceConfigurationsTableName Property

Returns the trace configuration table name.

Public ReadOnly Property TraceConfigurationsTableName As String
public string TraceConfigurationsTableName {get;}

IDEBaseNetwork.UserIdentity Property

Returns the user identity.

Public ReadOnly Property UserIdentity As String
public string UserIdentity {get;}

Classes that implement IDEBaseNetwork

Classes Description

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