Provides access to members that specify the properties of a network edge source.
Members
Name | Description | |
---|---|---|
AssetGroupCodes | Returns asset group codes. | |
AssetGroups | Returns asset groups. | |
AssetTypeFieldName | Returns asset type field name. | |
AssetTypes | Returns asset types. | |
ConnectivityPolicy | Returns the connectivity policy. | |
ContainerSplitPolicy | Returns the container split policy. | |
ElementType | Network element type of this network source. | |
GeometryType | The enumerated geometry type. | |
ID | Unique identifier of this network source. | |
LayerID | Returns layer ID. | |
Name | Name of the class associated with this network source. | |
NetworkSourceDirections | The directions settings for this network source. | |
Properties | Property set of this network source. | |
SchemaGeneration | Returns the schema generation. | |
SourceType | Type of network source. | |
SupportedProperties | Returns supported properties. | |
SupportedProperty | Returns whether the property is supported. | |
UsesGeometryInConnectivity | Indicates if the source object's geometry is used in determining network connectivity. | |
UtilityNetworkFeatureClassUsageType | Returns utility network feature class usage type. |
IEdgeSource.ConnectivityPolicy Property
Returns the connectivity policy.
Public Function get_ConnectivityPolicy ( _
ByVal AssetGroupCode As Integer, _
ByVal AssetTypeCode As Integer _
) As esriNetworkEdgeConnectivityPolicy
public esriNetworkEdgeConnectivityPolicy get_ConnectivityPolicy (
int AssetGroupCode,
int AssetTypeCode
);
IEdgeSource.ContainerSplitPolicy Property
Returns the container split policy.
Public Function get_ContainerSplitPolicy ( _
ByVal AssetGroupCode As Integer, _
ByVal AssetTypeCode As Integer _
) As Boolean
public bool get_ContainerSplitPolicy (
int AssetGroupCode,
int AssetTypeCode
);
Inherited Interfaces
Interfaces | Description |
---|---|
IUtilityNetworkSource | Provides access to members that describe utility network source. |
INetworkSource | Provides access to members that specify the properties of a source in a network dataset. |
Classes that implement IEdgeSource
Classes | Description |
---|