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


IFrameXform.PrincipalPoint Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IF > IFrameXform Interface > IFrameXform.PrincipalPoint Property
ArcGIS Developer Help

IFrameXform.PrincipalPoint Property

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*

Product Availability

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

See Also

IFrameXform Interface