This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IF > IFrameXform Interface > IFrameXform.PerspectiveCenter Property (ArcObjects .NET 10.5 SDK) |
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