| ICircularArcQueryInterpolationPoint 方法  | 
 
            求圆弧在 t 时刻的点(空间参考不克隆)
            
 
        命名空间: 
     GISShare.SMap.Geometry
        程序集:
     GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
 语法
语法IPoint QueryInterpolationPoint(
	double t
)
Function QueryInterpolationPoint ( 
	t As Double
) As IPoint
IPoint^ QueryInterpolationPoint(
	double t
)
abstract QueryInterpolationPoint : 
        t : float -> IPoint 
参数
- t
- 类型: SystemDouble
 t 时刻
返回值
类型: 
IPoint 参见
参见