ArcMapAddinVisibility.ViewModels.LLOSViewModel.Reset C# (CSharp) Метод

Reset() приватный Метод

private Reset ( bool toolReset ) : void
toolReset bool
Результат void
        internal override void Reset(bool toolReset)
        {
            base.Reset(toolReset);

            if (ArcMap.Document == null || ArcMap.Document.FocusMap == null)
                return;

            // reset target points
            TargetAddInPoints.Clear();
        }