添加挖方区域几何对象,添加成功后,该对象所处范围将透明显示。

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

语法

C#
public int AddExcavationRegion(
	Geometry geometry,
	string tag
)

参数

geometry
Type: SuperMap.Data..::.Geometry
待添加的挖方区域几何对象。
tag
Type: System..::.String
待添加的挖方区域几何对象的标签,标签不能为空字符串。

返回值

挖方区域几何对象的索引。

备注

只有当 AltitudeMode.RelativeToUnderground 且相机高度不大于 10,000 米(即属性 Camera.Altitude 的值不大于 10,000)时,设置全球地图透明、添加挖方区域几何对象效果才可见,即设置属性 Transparency、调用 AddExcavationRegion() 方法的效果可见。

请参见