摘要:
public class LinkWorld { public static DbElement LinkWLD => Aveva.Pdms.Database.DbType.Design.FindElements(DbElementTypeInstance.LINKWLD).FirstOrDefau 阅读全文
摘要:
Function SrotObjectByProperty(objsToSort As Variant, PropertyName As String, Optional 降序 As Boolean = True) If IsEmpty(objsToSort) Then Exit Function 阅读全文
摘要:
cad中的可用字体样式 获取windows标准字体 Dim winFontsdir As String winFontsdir = VBA.Environ("windir") & "\Fonts\" If winFontsdir <> vbNullString Then Dim shxfl As S 阅读全文
摘要:
根据用户选择批量提取scheme语句https://www.bilibili.com/video/BV1FW4y1C7DT/ var draftApp = new MarDrafting(); var marui = new MarUi(); var marUti = new MarUtil(); 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using IFoxCAD.Cad; using IFoxCAD.C 阅读全文