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


INAStreetDirectionEvent.Point Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAStreetDirectionEvent Interface > INAStreetDirectionEvent.Point Property
ArcGIS Developer Help

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