VB.NET 检查 AutoCAD 图层是否为 'dmx'
If entity.Layer.Equals('dmx', StringComparison.OrdinalIgnoreCase) Then ' 代码 to execute if entity.Layer is 'dmx' Else ' 代码 to execute if entity.Layer is not 'dmx' End If
原文地址: https://www.cveoy.top/t/topic/pepO 著作权归作者所有。请勿转载和采集!