ArcObjects Library Reference (NetworkAnalysis)  

IEIDHelper.OutputSpatialReference Property

Spatial reference the returned geometries should be in.

[Visual Basic .NET]
Public WriteOnly Property OutputSpatialReference
[C#]
public void OutputSpatialReference {set;}
[C++]
HRESULT putref_OutputSpatialReference(
  ISpatialReference* 
);
[C++]

Parameters

[in]

   is a parameter of type ISpatialReference

Product Availability

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

Remarks

If the OutputSpatialReference property is set to Nothing, then each geometry is returned in the spatial reference of the corresponding source feature class.

See Also

IEIDHelper Interface