ArcObjects Library Reference (DataSourcesRaster)  

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