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


IGlobeHelperPub.AdjustGCS360 Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeHelperPub.AdjustGCS360 Method

Adjusts a layer within GCS (0,360) to (-180,180).

[Visual Basic .NET]
Public Sub AdjustGCS360 ( _
    ByVal pLayer As ILayer _
)
[C#]
public void AdjustGCS360 (
    ILayer pLayer
);
[C++]
HRESULT AdjustGCS360(
  ILayer* pLayer
);
[C++]

Parameters pLayer [in]
pLayer is a parameter of type ILayer

Product Availability

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

See Also

IGlobeHelperPub Interface