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


IFrameXform.PerspectiveCenter Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IFrameXform.PerspectiveCenter Property

The sensor position.

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

Parameters sp [out, retval]
sp is a parameter of type IPoint sp [in]
sp is a parameter of type IPoint

Product Availability

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

See Also

IFrameXform Interface