随机生成点集合
            
 
        命名空间: 
     GISShare.SMap.Geometry
        程序集:
     GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
 语法
语法public IPoint[] NextPoints(
	IGeometry pGeometry,
	int iNum
)
Public Function NextPoints ( 
	pGeometry As IGeometry,
	iNum As Integer
) As IPoint()
public:
array<IPoint^>^ NextPoints(
	IGeometry^ pGeometry, 
	int iNum
)
member NextPoints : 
        pGeometry : IGeometry * 
        iNum : int -> IPoint[] 
参数
- pGeometry
- 类型: GISShare.SMap.GeometryIGeometry
 几何范围
- iNum
- 类型: SystemInt32
 总数
返回值
类型: 
IPoint点数组
 参见
参见