This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGGroupAnimationOptions Interface > IAGGroupAnimationOptions.OverwriteExisting Property (ArcObjects .NET 10.5 SDK) |
Indicates whether to overwrite option.
[Visual Basic .NET] Public Property OverwriteExisting As Boolean
[C#] public bool OverwriteExisting {get; set;}
[C++]
HRESULT get_OverwriteExisting(
VARIANT_BOOL* pbOverwrite
);
[C++]
HRESULT put_OverwriteExisting(
VARIANT_BOOL pbOverwrite
);
[C++]
Parameters pbOverwrite [out, retval] pbOverwrite is a parameter of type VARIANT_BOOL pbOverwrite [in] pbOverwrite is a parameter of type VARIANT_BOOL