ArcObjects Library Reference (DefenseSolutions)  

IFELuminen.UpdateLayerSettings Method

Updates a layer's 3D settings.

[Visual Basic .NET]
Public Sub UpdateLayerSettings ( _
    ByVal pSettings As Object _
)
[C#]
public void UpdateLayerSettings (
    object pSettings
);
[C++]
HRESULT UpdateLayerSettings(
  LPUNKNOWN pSettings
);
[C++]

Parameters

pSettings [in]   pSettings is a parameter of type LPUNKNOWN

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IFELuminen Interface