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


ICustomGlobeLayer.LocalOrigin Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IC > ICustomGlobeLayer Interface > ICustomGlobeLayer.LocalOrigin Property
ArcGIS Developer Help

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