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


IGlobeViewUtil.LocalOrigin Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeViewUtil.LocalOrigin Property

The local origin for high precision OpenGL custom drawing.

[Visual Basic .NET]
Public Sub set_LocalOrigin ( _
    ByVal X As Double, _
    ByVal Y As Double, _
    ByVal A_3 As Double _
)
[C#]
public void set_LocalOrigin (
    double X,
    double Y,
    double A_3
);
[C++]
HRESULT put_LocalOrigin(
  double X,
  double Y,
  double 
);
[C++]

Parameters X [in] X is a parameter of type double Y [in] Y is a parameter of type double [in] is a parameter of type double

Product Availability

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

See Also

IGlobeViewUtil Interface