/// <inheritdoc/>
 internal override int Execute(string args = null)
 {
     return(HelperMethods.PurgeAllViews(_uiDoc, typeof(ViewSection), (int)ViewType.Section, Name));
 }
 /// <inheritdoc/>
 internal override int Execute(string args = null)
 {
     return(HelperMethods.PurgeAllViews(_uiDoc, typeof(ViewPlan), (int)ViewType.EngineeringPlan, Name));
 }
예제 #3
0
 /// <inheritdoc/>
 internal override int Execute(string args = null)
 {
     return(HelperMethods.PurgeAllViews(_uiDoc, typeof(View3D), (int)ViewType.ThreeD, Name, true));
 }
 /// <inheritdoc/>
 internal override int Execute(string args = null)
 {
     return(HelperMethods.PurgeAllViews(_uiDoc, typeof(ViewDrafting), 0, Name, true));
 }