This document is archived and information here might be outdated. Recommended version. |
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