This document is archived and information here might be outdated. Recommended version. |
Indicates if a new item should be added when a new layer is added to the map.
[Visual Basic .NET] Public Property AutoAdd As Boolean
[C#] public bool AutoAdd {get; set;}
[C++]
HRESULT get_AutoAdd(
Boolean* AutoAdd
);
[C++]
HRESULT put_AutoAdd(
VARIANT_BOOL AutoAdd
);
[C++]
Parameters AutoAdd [out, retval]
AutoAdd is a parameter of type bool* AutoAdd [in]
AutoAdd is a parameter of type bool