PathCustomized 构造函数 (Int32, IGeometryCollection, IListObject) |
定制Path
命名空间:
GISShare.SMap.Geometry.GeoCustomized
程序集:
GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public PathCustomized(
int iGeoCode,
IGeometryCollection geoParams,
IList<Object> objParams
)
Public Sub New (
iGeoCode As Integer,
geoParams As IGeometryCollection,
objParams As IList(Of Object)
)
public:
PathCustomized(
int iGeoCode,
IGeometryCollection^ geoParams,
IList<Object^>^ objParams
)
new :
iGeoCode : int *
geoParams : IGeometryCollection *
objParams : IList<Object> -> PathCustomized
参数
- iGeoCode
- 类型: SystemInt32
- geoParams
- 类型: GISShare.SMap.GeometryIGeometryCollection
- objParams
- 类型: System.Collections.GenericIListObject
参见