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


IPointToEID.SourceMap Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalysis > ESRI.ArcGIS.NetworkAnalysis > Interfaces > IP > IPointToEID Interface > IPointToEID.SourceMap Property
ArcGIS Developer Help

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