ArcObjects Library Reference (NetworkAnalyst)  

INAStreetDirectionEvent.Point Property

The location of the event.

[Visual Basic .NET]
Public ReadOnly Property Point As IPoint
[C#]
public IPoint Point {get;}
[C++]
HRESULT get_Point(
  IPoint** pVal
);
[C++]

Parameters

pVal [out, retval]

  pVal is a parameter of type IPoint

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

See Also

INAStreetDirectionEvent Interface