This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IB > IBasemapLayer Interface > IBasemapLayer.NotifyMapPropertiesChanged Method (ArcObjects .NET 10.4 SDK) |
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