| GeometryFactoryCreateFlyingArc 方法  | 
 
            飞行弧线
            
 
        命名空间: 
     GISShare.SMap.Geometry
        程序集:
     GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
 语法
语法public static bool CreateFlyingArc(
	IGeometryCollection pGeometryCollection,
	IGeometryCollection pPoints,
	double dChordDiameterFactor,
	bool bMajorArc,
	double dArrowLength,
	bool bRatio
)
Public Shared Function CreateFlyingArc ( 
	pGeometryCollection As IGeometryCollection,
	pPoints As IGeometryCollection,
	dChordDiameterFactor As Double,
	bMajorArc As Boolean,
	dArrowLength As Double,
	bRatio As Boolean
) As Boolean
public:
static bool CreateFlyingArc(
	IGeometryCollection^ pGeometryCollection, 
	IGeometryCollection^ pPoints, 
	double dChordDiameterFactor, 
	bool bMajorArc, 
	double dArrowLength, 
	bool bRatio
)
static member CreateFlyingArc : 
        pGeometryCollection : IGeometryCollection * 
        pPoints : IGeometryCollection * 
        dChordDiameterFactor : float * 
        bMajorArc : bool * 
        dArrowLength : float * 
        bRatio : bool -> bool 
参数
- pGeometryCollection
- 类型: GISShare.SMap.GeometryIGeometryCollection
 
- pPoints
- 类型: GISShare.SMap.GeometryIGeometryCollection
 
- dChordDiameterFactor
- 类型: SystemDouble
 弧段直径因子(大于0 且 小于等于1)
- bMajorArc
- 类型: SystemBoolean
 使用优弧
- dArrowLength
- 类型: SystemDouble
 箭头长度
- bRatio
- 类型: SystemBoolean
 参数“dArrowLength”是否为比例
返回值
类型: 
Boolean 参见
参见