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


IBasemapLayer.NotifyMapPropertiesChanged Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IBasemapLayer.NotifyMapPropertiesChanged Method

Notify Base map Layer that the parent Map properties changed.

[Visual Basic .NET]
Public Sub NotifyMapPropertiesChanged ( _
    ByVal pMap As IMap, _
    ByVal reconvertAll As Boolean _
)
[C#]
public void NotifyMapPropertiesChanged (
    IMap pMap,
    bool reconvertAll
);
[C++]
HRESULT NotifyMapPropertiesChanged(
  IMap* pMap,
  VARIANT_BOOL reconvertAll
);
[C++]

Parameters pMap [in]
pMap is a parameter of type IMap reconvertAll [in] reconvertAll is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IBasemapLayer Interface