This document is archived and information here might be outdated.  Recommended version.


INetworkForwardStarEx.QueryAttributeCutoffRange Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

INetworkForwardStarEx.QueryAttributeCutoffRange Method

Returns the range of accessible positions within a specified attribute cutoff from a query position along an edge element, respective to any existing attribute adjustments along the edge.

[Visual Basic .NET]
Public Sub QueryAttributeCutoffRange ( _
    ByVal Edge As INetworkEdge, _
    ByVal Attribute As INetworkAttribute, _
    ByVal queryPosition As Double, _
    ByVal cutoffValue As Object, _
    ByRef fromPosition As Double, _
    ByRef toPosition As Double _
)
[C#]
public void QueryAttributeCutoffRange (
    INetworkEdge Edge,
    INetworkAttribute Attribute,
    double queryPosition,
    object cutoffValue,
    ref double fromPosition,
    ref double toPosition
);
[C++]
HRESULT QueryAttributeCutoffRange(
  INetworkEdge* Edge,
  INetworkAttribute* Attribute,
  double queryPosition,
  VARIANT cutoffValue,
  double* fromPosition,
  double* toPosition
);
[C++]

Parameters Edge [in]
Edge is a parameter of type INetworkEdge Attribute [in]
Attribute is a parameter of type INetworkAttribute queryPosition [in] queryPosition is a parameter of type double cutoffValue [in] cutoffValue is a parameter of type VARIANT fromPosition [out] fromPosition is a parameter of type double toPosition [out] toPosition is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

INetworkForwardStarEx Interface