Option Explicit ValidationMode = True InteractiveMode = im_Batch Dim mdl '当前model '获取当前活动model Set mdl = ActiveModel If (mdl Is Nothing) Then MsgBox "There is no current Model " ElseIf Not mdl.IsKindOf(PdC…
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication1 { class Program { static void Main(string[] args) { //int number; //int count = 7; //string checkCode =…