ArcObjects Library Reference  (NetworkAnalysis)    

IPointToEID.SourceMap Property

Source map in which to search for the nearest EID.

[Visual Basic 6.0]
Property SourceMap As IMap
[Visual Basic .NET]
Public WriteOnly Property SourceMap
[C#]
public void SourceMap {set;}
[Java]
public IMap setrefSourceMap()
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page