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


IFrameXform.LSR Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IFrameXform.LSR Property

The LSR-To-USR conversion.

[Visual Basic .NET]
Public Property LSR As IGeodataXform
[C#]
public IGeodataXform LSR {get; set;}
[C++]
HRESULT get_LSR(
  IGeodataXform** ppLSR
);
[C++]
HRESULT putref_LSR(
  IGeodataXform* ppLSR
);
[C++]

Parameters ppLSR [out, retval]
ppLSR is a parameter of type IGeodataXform ppLSR [in]
ppLSR is a parameter of type IGeodataXform

Product Availability

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

See Also

IFrameXform Interface