更新指定模型对象的状态。

命名空间:  SuperMap.Realspace
程序集:  SuperMap.Realspace (in SuperMap.Realspace)
版本: dll

语法

C#
public void UpdateObject(
	GeoModel geoModel,
	List<DynamicObjectState> objectStates
)

参数

geoModel
Type: SuperMap.Data..::.GeoModel
指定的模型对象。
objectStates
Type: System.Collections.Generic..::.List<(Of <(DynamicObjectState>)>)
指定的对象状态集合。

请参见