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


IRelateDescription.OutputSpatialReference Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRelateDescription.OutputSpatialReference Property

Spatial reference of the output geometry in the related records.

[Visual Basic .NET]
Public Property OutputSpatialReference As ISpatialReference
[C#]
public ISpatialReference OutputSpatialReference {get; set;}
[C++]
HRESULT get_OutputSpatialReference(
  ISpatialReference** SpatialReference
);
[C++]
HRESULT putref_OutputSpatialReference(
  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.

See Also

IRelateDescription Interface