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


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

IGlobeHelperPub.SyncExtrusionProperties Method

Transfers 3D Extrusion properties to Globe Extrusion properties.

[Visual Basic .NET]
Public Sub SyncExtrusionProperties ( _
    ByVal pLayer As ILayer _
)
[C#]
public void SyncExtrusionProperties (
    ILayer pLayer
);
[C++]
HRESULT SyncExtrusionProperties(
  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