当前位置:网站首页>arcgis 分子式标注
arcgis 分子式标注
2022-08-02 18:01:00 【梅里雪山GIS】
arcgis 分子式标注
上代码
Function FindLabel ( [YJLMC] , [EJLMC], [EJLBM] )
Dim fmLength '分母长度
Dim fzLength '分子长度
Dim zsLength '整数长度
Dim hxLength '分式线长度
fmLength = Lenb([EJLBM]) 'len函数取字符串长度
fzLength = Lenb([EJLMC])
zsLength = Lenb([YJLMC])
If fmLength > fzLength Then '如果分母比分子长
hxLength=fmLength
else '反之
hxLength=fzLength
End If
'下面的"-"或"—"根据英文(数字)或者中文进行调整即可
FindLabel = space(zsLength)+space(zsLength)+[EJLMC] +vbcrlf+[YJLMC]+ string(hxLength,"-")+vbcrlf+space(zsLength)+ [EJLBM]
End Function
效果
边栏推荐
猜你喜欢

Five keys to a successful Industrial IoT deployment

Smart Microelectronics Releases Low-Power MM32L0130 Series MCU Products

CWE4.8:2022年危害最大的25种软件安全问题

IDEA相关配置(特别完整)看完此篇就将所有的IDEA的相关配置都配置好了、设置鼠标滚轮修改字体大小、设置鼠标悬浮提示、设置主题、设置窗体及菜单的字体及字体大小、设置编辑区主题、通过插件更换主题

千万级QPS下服务如何才能平滑启动

selenium安装和环境配置Firefox

详细教学——1688关键词搜索API操作流程

织梦自定义表单添加全选和全不选功能按钮

基于HDF的LED驱动程序开发(1)

mysql四种隔离级别
随机推荐
[论文分享] VideoFlow: A Flow-Based Generative Model for Video
电子行业库存管理痛点与WMS仓储管理系统解决方案
How can services start smoothly under tens of millions of QPS
成功部署工业物联网的五个关键
Enterprise cloud cost control, are you really doing it right?
2022最新彩虹表
Data Governance: The Evolution of Data Integration and Application Patterns
什么是会话劫持以及如何阻止它
KunlunBase 1.0 is released!
Smart Microelectronics Releases Low-Power MM32L0130 Series MCU Products
Taking advantage of cloud-network integration, e-Surfing Cloud has paved the way for digital transformation for government and enterprises
pydev debugger: warning: trying to add breakpoint to file that does not exist: /tmp/xxx
register和volatile的区别
来亲自手搭一个ResNet18网络
CWE4.8:2022年危害最大的25种软件安全问题
下载mysql的源码包
Playing in the cloud | The key technology of Tianyi cloud object storage ZOS high availability is revealed
如何构建准实时数仓?
LeetCode 2353. 设计食物评分系统(sortedcontainers)
我用这一招让团队的开发效率提升了 100%!