ArcObjects Library Reference (GeoAnalyst)  

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 [out, retval]

  SpatialReference is a parameter of type ISpatialReference

SpatialReference [in]

  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

.NET Related Topics

GeoAnalyst | Working with the analysis environment