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