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


IEIDHelper.OutputSpatialReference Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalysis > ESRI.ArcGIS.NetworkAnalysis > Interfaces > IE > IEIDHelper Interface > IEIDHelper.OutputSpatialReference Property
ArcGIS Developer Help

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