Provides access to members that supply base network data element information.
Members
Name | Description | |
---|---|---|
AssociationSource | Returns the association source in this base network. | |
AssociationsTableName | Returns the associations table name for the network. | |
CreateDirtyAreaForAnyAttributeUpdate | Creates dirty area for any attribute update. | |
CreationTime | Returns the creation time. | |
DirtyAreaTableName | Returns the dirty areas table name for the network. | |
GlobalID | Returns the global ID. | |
LineErrorsTableName | Returns the line errors table name for the network. | |
MinimalDirtyAreaSize | Returns the minimal dirty area size. | |
PointErrorsTableName | Returns the point errors table name for the network. | |
PolygonErrorsTableName | Returns the polygon errors table name for the network. | |
Properties | Returns the property set of this base network. | |
ProVersion | Returns the Pro version. | |
SchemaGeneration | Returns the schema generation. | |
SourceByLayerID | Returns the source by layer ID. | |
SourceByName | Returns the source by name. | |
SystemJunctionSource | Returns the system junction source in this base network. | |
SystemJunctionsTableName | Returns the system junctions table name for the network. | |
TraceConfigurationsTableName | Returns the trace configuration table name. | |
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 |
---|