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


IPointToEID.SourceMap Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalysis)  

IPointToEID.SourceMap Property

Source map in which to search for the nearest EID.

[Visual Basic .NET]
Public WriteOnly Property SourceMap
[C#]
public void SourceMap {set;}
[C++]
HRESULT putref_SourceMap(
  IMap* 
);
[C++]

Parameters [in]
is a parameter of type IMap

Product Availability

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

Remarks

The result element ID will correspond to a feature in one of the layers in this map.

See Also

IPointToEID Interface