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


IFrameXform2.ImageTopAngle Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IFrameXform2.ImageTopAngle Property

The angle of the top of image.

[Visual Basic .NET]
Public Property ImageTopAngle As Double
[C#]
public double ImageTopAngle {get; set;}
[C++]
HRESULT get_ImageTopAngle(
  double* pAngle
);
[C++]
HRESULT put_ImageTopAngle(
  double pAngle
);
[C++]

Parameters pAngle [out, retval] pAngle is a parameter of type double pAngle [in] pAngle is a parameter of type double

Product Availability

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

See Also

IFrameXform2 Interface