This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeViewUtil Interface > IGlobeViewUtil.LocalOrigin Property (ArcObjects .NET 10.5 SDK) |
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