GeometryFactoryCreateThinArrow 方法 |
细直箭头
命名空间:
GISShare.SMap.Geometry
程序集:
GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public static bool CreateThinArrow(
IGeometryCollection pGeometryCollection,
IGeometryCollection pPoints
)
Public Shared Function CreateThinArrow (
pGeometryCollection As IGeometryCollection,
pPoints As IGeometryCollection
) As Boolean
public:
static bool CreateThinArrow(
IGeometryCollection^ pGeometryCollection,
IGeometryCollection^ pPoints
)
static member CreateThinArrow :
pGeometryCollection : IGeometryCollection *
pPoints : IGeometryCollection -> bool
参数
- pGeometryCollection
- 类型: GISShare.SMap.GeometryIGeometryCollection
- pPoints
- 类型: GISShare.SMap.GeometryIGeometryCollection
控制点集合
返回值
类型:
Boolean
参见