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


IGlobeCamera.RollOffset Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeCamera Interface > IGlobeCamera.RollOffset Property
ArcGIS Developer Help

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(
  System.Double* pRollAngle
);
[C++]
Parameters
pRollAngle [in]

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

Product Availability

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

See Also

IGlobeCamera Interface