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


IGeoAnalysisEnvironment.OutSpatialReference Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IG > IGeoAnalysisEnvironment Interface > IGeoAnalysisEnvironment.OutSpatialReference Property
ArcGIS Developer Help

IGeoAnalysisEnvironment.OutSpatialReference Property

The output spatial reference of GeoAnalysis.

[Visual Basic .NET]
Public Property OutSpatialReference As ISpatialReference
[C#]
public ISpatialReference OutSpatialReference {get; set;}
[C++]
HRESULT get_OutSpatialReference(
  ISpatialReference* SpatialReference
);
[C++]
HRESULT putref_OutSpatialReference(
  ISpatialReference** SpatialReference
);
[C++]
Parameters
SpatialReference [in]

SpatialReference is a parameter of type ISpatialReference* SpatialReference [out, retval]
SpatialReference is a parameter of type ISpatialReference**

Product Availability

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

Remarks

The variable references an object that specifies the output features spatial reference.  If not explicitly set the spatial reference of the input features will be used.

See Also

IGeoAnalysisEnvironment Interface