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


IBasemapLayer.NotifyMapPropertiesChanged Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IB > IBasemapLayer Interface > IBasemapLayer.NotifyMapPropertiesChanged Method
ArcGIS Developer Help

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 bool

Product Availability

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

See Also

IBasemapLayer Interface