动态图层设置GeoModel3D对象

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

语法

C#
public void UpdateObject(
	string objectName,
	GeoModel3D geoModel3D,
	List<DynamicObjectState> objectStates
)

参数

objectName
Type: System..::.String
指定的对象名称。
geoModel3D
Type: SuperMap.Data..::.GeoModel3D
指定GeoModel3D对象。
objectStates
Type: System.Collections.Generic..::.List<(Of <(DynamicObjectState>)>)
指定的对象状态集合。

请参见