This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IG > IGeodeticLineFeedback Interface > IGeodeticLineFeedback.SpatialReference Property (ArcObjects .NET 10.5 SDK) |
The spatial reference of the feedback line.
[Visual Basic .NET] Public Property SpatialReference As ISpatialReference
[C#] public ISpatialReference SpatialReference {get; set;}
[C++]
HRESULT get_SpatialReference(
ISpatialReference** sr
);
[C++]
HRESULT putref_SpatialReference(
ISpatialReference* sr
);
[C++]
Parameters sr [out, retval]
sr is a parameter of type ISpatialReference sr [in]
sr is a parameter of type ISpatialReference