index
指定索引。
Glossary Item Box
删除指定索引的要素对象。
function removeAt( index : Integer ) : Boolean;
var resultVar = instanceOfTrackingLayer3D.removeAt(Integer);
参数
返回值
一个布尔值,删除成功返回 true,否则返回 false。
这个在线范例我都不知道跟您发了多少次了:
http://support.supermap.com.cn:8090/iserver/iClient/for3D/plugin/samplecode/default.html
你们这个API 到底怎么用的啊 看了半天 拿到js里面还是不能用
这个是专门获取跟踪层对象的范例。