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


IGlobeCamera.RollOffset Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeCamera.RollOffset Property

The offset for the roll angle in degrees.

[Visual Basic .NET]
Public Property RollOffset As Double
[C#]
public double RollOffset {get; set;}
[C++]
HRESULT get_RollOffset(
  double* pRollAngle
);
[C++]
HRESULT put_RollOffset(
  double pRollAngle
);
[C++]

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

Product Availability

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

See Also

IGlobeCamera Interface