IUtilityNetworkQuery2 Interface

Provides access to members that query the elements of the utility network with 64-bit object ids.

Members

Name Description
Read-only property AllEIDs Returns all network index EIDs.
Read-only property AttributeByName Returns the network attribute with the given name.
Read-only property AttributeValueByName Returns the value of this network element for the given network attribute name.
Read-only property AttributeValueByUsageType Returns the value of this network element for the given network attribute usage type.
Read-only property DirtyFeaturesOrObjects Return the corresponding network source ID and global ID information for any of the given set of junction and edge elements that are dirty based on matching global IDs in the dirty area table or relevant status bits set in the associations table.
Read-only property Elements Returns the elements in the utility network corresponding to the given source objects.
Read-only property ElementsForSet Returns the elements in the utility network corresponding to the given source objects.
Read-only property FlowDirections Returns the flow directions.
Read-only property Geometry Returns the geometry in the utility network corresponding to the given element ID.
Read-only property HasDirtyElement Returns whether any of the given set of junction and edge elements correspond to a feature in the dirty area table.
Method IsSourceElementDirty Returns whether the feature that the source element represents is dirty.
Read-only property IsSpatial Returns whether the network source corresponding to the given network source ID is spatial.
Method IsValidEID Returns whether the specified element is part of the network.
Method QueryAdjacentEdgesJunctions Performs a network edge element query by element ID and edge direction and populates the given edge element object.
Method QueryAdjacentEdgesJunctionsWithWeights Performs a network edge element query by element ID and edge direction and populates the given edge element object.
Method QueryFromToJunctions Queries the two end junction element IDs by edge element ID.
Method QueryGeometries Query geometries for the given network elements.
Method QueryJunctionConnectivityStatus Returns the junction connectivity status.
Read-only property SourceFeatureGlobalID Performs a network source feature query for globalID by element ID.
Read-only property SourceFeatureOID Performs a network source feature query for OID by element ID.
Read-only property SourceFeatureOID64 Performs a network source feature query for 64-bit OID by element ID.

IUtilityNetworkQuery2.SourceFeatureOID64 Property

Performs a network source feature query for 64-bit OID by element ID.

Public Sub SourceFeatureOID64 ( _
    ByVal ElementType As esriElementType, _
    ByVal EID As Long, _
    ByRef SourceID As Integer, _
    ByRef ObjectID As Int64& _
)
public void SourceFeatureOID64 (
    esriElementType ElementType,
    long EID,
    ref int SourceID,
    ref Int64& ObjectID
);

Inherited Interfaces

Interfaces Description
IUtilityNetworkQuery Provides access to members that query the elements of the utility network.

Classes that implement IUtilityNetworkQuery2

Classes Description

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