尊敬的各位用户,很抱歉通知您!
蜂特网将于2024年12月31日停止运营!

服务您是我们的荣幸

这段ilogic用于批量在工程图上体现客户信息。我不明白程序的意思,以及如何使用下列程序,能解读一下吗?

2020-02-10

188****8888

Inventor

可以使用iLogic实现,代码如下: Dim openDoc As Document openDoc = ThisDoc.Document Dim docFile As Document If openDoc.DocumentType = 12291 Then For Each docFile In openDoc.AllReferencedDocuments Dim FNamePos As Long Dim docFName As String FNamePos = InStrRev(docFile.FullFileName "quot;"quot; -1) docFName = Mid(docFile.FullFileName FNamePos + 1 Len(docFile.FullFileName) - FNamePos) If docFile.IsModifiable = True Then iProperties.Value(docFName "quot;Custom"quot; "quot;客户名称"quot;) = “汇识咨询” End If Next Else MessageBox.Show("quot;请在部件环境中运行"quot; "quot;类型不符"quot;MessageBoxButtons.OKMessageBoxIcon.Exclamation) End If
补充问题  2020-02-10 17:33

http://www.fomter.com/questions/q/3440/

全部回答(1)
陈惠堂
陈惠堂 4年前 回答
已采纳

Copyright © 2019 FOMT360 沪ICP备17004251号-1    Address:厦门市湖里区日华国际大厦301J-K    phone: 0592-5590932

客服热线:0592-5590932
在线咨询