Provides access to members that query the elements of the utility network with 64-bit object ids.
Members
Name | Description | |
---|---|---|
AllEIDs | Returns all network index EIDs. | |
AttributeByName | Returns the network attribute with the given name. | |
AttributeValueByName | Returns the value of this network element for the given network attribute name. | |
AttributeValueByUsageType | Returns the value of this network element for the given network attribute usage type. | |
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. | |
Elements | Returns the elements in the utility network corresponding to the given source objects. | |
ElementsForSet | Returns the elements in the utility network corresponding to the given source objects. | |
FlowDirections | Returns the flow directions. | |
Geometry | Returns the geometry in the utility network corresponding to the given element ID. | |
HasDirtyElement | Returns whether any of the given set of junction and edge elements correspond to a feature in the dirty area table. | |
IsSourceElementDirty | Returns whether the feature that the source element represents is dirty. | |
IsSpatial | Returns whether the network source corresponding to the given network source ID is spatial. | |
IsValidEID | Returns whether the specified element is part of the network. | |
QueryAdjacentEdgesJunctions | Performs a network edge element query by element ID and edge direction and populates the given edge element object. | |
QueryAdjacentEdgesJunctionsWithWeights | Performs a network edge element query by element ID and edge direction and populates the given edge element object. | |
QueryFromToJunctions | Queries the two end junction element IDs by edge element ID. | |
QueryGeometries | Query geometries for the given network elements. | |
QueryJunctionConnectivityStatus | Returns the junction connectivity status. | |
SourceFeatureGlobalID | Performs a network source feature query for globalID by element ID. | |
SourceFeatureOID | Performs a network source feature query for OID by element ID. | |
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 |
---|