ArcObjects Library Reference (DataSourcesRaster)  

ILSRXform.PerspectiveCenter Property

The sensor position.

[Visual Basic .NET]
Public Property PerspectiveCenter As IPoint
[C#]
public IPoint PerspectiveCenter {get; set;}
[C++]
HRESULT get_PerspectiveCenter(
  IPoint** ppCenter
);
[C++]
HRESULT putref_PerspectiveCenter(
  IPoint* ppCenter
);
[C++]

Parameters

ppCenter [out, retval]

  ppCenter is a parameter of type IPoint

ppCenter [in]

  ppCenter is a parameter of type IPoint

Product Availability

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

See Also

ILSRXform Interface