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


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

ICustomGlobeLayer.LocalOrigin Property

The local coordinate system origin for high precision drawing.

[Visual Basic .NET]
Public WriteOnly Property LocalOrigin
[C#]
public void LocalOrigin {set;}
[C++]
HRESULT put_LocalOrigin(
  _WKSPointZ 
);
[C++]

Parameters [in]
is a parameter of type _WKSPointZ

Product Availability

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

See Also

ICustomGlobeLayer Interface