ArcObjects Library Reference (Display)  

IGeodeticLineFeedback.SpatialReference Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGeodeticLineFeedback Interface