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