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


ICustomGlobeLayer.HandlesLocalOrigin Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

ICustomGlobeLayer.HandlesLocalOrigin Property

The option to use a local coordinate system origin for high precision drawing.

[Visual Basic .NET]
Public ReadOnly Property HandlesLocalOrigin As Boolean
[C#]
public bool HandlesLocalOrigin {get;}
[C++]
HRESULT get_HandlesLocalOrigin(
  VARIANT_BOOL* pbHandlesLocalOrigin
);
[C++]

Parameters pbHandlesLocalOrigin [out, retval] pbHandlesLocalOrigin is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ICustomGlobeLayer Interface