根据三维点获取坡度值。

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

语法

C#
public double GetSlopeValue(
	Point3D point3d
)

参数

point3d
Type: SuperMap.Data..::.Point3D
三维点,该点需要在地形数据范围内。

返回值

获取的坡度值。

请参见