GeometryFactoryCreateTailedAttackArrow 方法 |
纵深攻势(燕尾)
命名空间:
GISShare.SMap.Geometry
程序集:
GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public static bool CreateTailedAttackArrow(
IGeometryCollection pGeometryCollection,
IGeometryCollection pPoints,
int iInterpolationPrecision
)
Public Shared Function CreateTailedAttackArrow (
pGeometryCollection As IGeometryCollection,
pPoints As IGeometryCollection,
iInterpolationPrecision As Integer
) As Boolean
public:
static bool CreateTailedAttackArrow(
IGeometryCollection^ pGeometryCollection,
IGeometryCollection^ pPoints,
int iInterpolationPrecision
)
static member CreateTailedAttackArrow :
pGeometryCollection : IGeometryCollection *
pPoints : IGeometryCollection *
iInterpolationPrecision : int -> bool
参数
- pGeometryCollection
- 类型: GISShare.SMap.GeometryIGeometryCollection
- pPoints
- 类型: GISShare.SMap.GeometryIGeometryCollection
控制点集合 - iInterpolationPrecision
- 类型: SystemInt32
返回值
类型:
Boolean
参见