Layers.AnimationLayer.LabelProperties.Visible = False
Feature.Offset(x , y)
Feature.Update()
Layers.AnimationLayer.LabelProperties.Visible = True
本文介绍了一种通过调整图层属性实现动画图层可见性的切换方法,包括隐藏图层、进行偏移操作,最后再显示图层的过程。
Layers.AnimationLayer.LabelProperties.Visible = False
Feature.Offset(x , y)
Feature.Update()
Layers.AnimationLayer.LabelProperties.Visible = True

被折叠的 条评论
为什么被折叠?