vba13-9.txt
来自「本书给出了AO的常用的VAB代码 可能是初学者很好的一本参考书」· 文本 代码 · 共 8 行
TXT
8 行
' After a parcel is selected, create a buffer around it
Dim pBufferGeometry As IGeometry
Set pBufferGeometry = BufferFeatures()
' Use the buffer to select parcels for notification
SelectParcels pBufferGeometry
' Zoom to the selection
SetExtent
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?