|
小弟的代码如下,要选择这一层上除了面域以外的全部实体 ,但是到这里显示参数错误 还望各位大侠指导
Dim ftype_1(2) As Integer
Dim fdata_1(2) As Variant
ftype_1(0) = 8: fdata_1(0) = Trim(name_layer)
ftype_1(1) = -4: fdata_1(1) = "!="
ftype_1(2) = 0: fdata_1(2) = "Region"
sset_other.Select acSelectionSetAll, , , ftype_1, fdata_1 |
|