拟合Geo
命名空间:
GISShare.SMap.Fitting
程序集:
GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public static bool Fit_Geo(
IGeometry pGeometry,
int iFrom,
int iTo
)
Public Shared Function Fit_Geo (
pGeometry As IGeometry,
iFrom As Integer,
iTo As Integer
) As Boolean
public:
static bool Fit_Geo(
IGeometry^ pGeometry,
int iFrom,
int iTo
)
static member Fit_Geo :
pGeometry : IGeometry *
iFrom : int *
iTo : int -> bool
参数
- pGeometry
- 类型: GISShare.SMap.GeometryIGeometry
- iFrom
- 类型: SystemInt32
- iTo
- 类型: SystemInt32
返回值
类型:
Boolean
参见