This document is archived and information here might be outdated. Recommended version. |
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*