vbnet 在autocad当中If entityLayerEqualsdmx StringComparisonOrdinalIgnoreCase
If entity.Layer.Equals("dmx", StringComparison.OrdinalIgnoreCase) Then ' Code to execute if entity.Layer is "dmx" Else ' Code to execute if entity.Layer is not "dmx" End If

原文地址: http://www.cveoy.top/t/topic/i0SG 著作权归作者所有。请勿转载和采集!