This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IF > IFrameXform Interface > IFrameXform.PrincipalPoint Property (ArcObjects .NET 10.4 SDK) |
The film principal point.
[Visual Basic .NET] Public Property PrincipalPoint As IPoint
[C#] public IPoint PrincipalPoint {get; set;}
[C++]
HRESULT get_PrincipalPoint(
IPoint** pp
);
[C++]
HRESULT putref_PrincipalPoint(
IPoint* pp
);
[C++]
Parameters pp [out, retval]
pp is a parameter of type IPoint pp [in]
pp is a parameter of type IPoint