点击或拖拽改变大小

IHeatLayerAddHeatElement 方法

添加一个热点数据(集合的实质是ElementCollection)

命名空间:  GISShare.SMap.WPF.Layer
程序集:  GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法
IHeatElement AddHeatElement(
	IPoint pPoint,
	int iWeight,
	double dValue
)

参数

pPoint
类型: GISShare.SMap.GeometryIPoint
点数据
iWeight
类型: SystemInt32
权重
dValue
类型: SystemDouble

返回值

类型: IHeatElement
返回热点元素
参见