This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRelateDescription Interface > IRelateDescription.OutputSpatialReference Property (ArcObjects .NET 10.5 SDK) |
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