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


ILSRXform.PerspectiveCenter Property (ArcObjects .NET 10.5 SDK)
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