This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IL > ILSRXform Interface > ILSRXform.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** 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