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