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


IRelateDescription.OutputSpatialReference Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRelateDescription Interface > IRelateDescription.OutputSpatialReference Property
ArcGIS Developer Help

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 [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.

See Also

IRelateDescription Interface