PathCustomized 构造函数 (Int32, IGeometryCollection, IListObject, GeoRestructure, IBoundingBox) |
定制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,
GeoRestructure geoRestructure,
IBoundingBox pEnvelope
)
Public Sub New (
iGeoCode As Integer,
geoParams As IGeometryCollection,
objParams As IList(Of Object),
geoRestructure As GeoRestructure,
pEnvelope As IBoundingBox
)
public:
PathCustomized(
int iGeoCode,
IGeometryCollection^ geoParams,
IList<Object^>^ objParams,
GeoRestructure^ geoRestructure,
IBoundingBox^ pEnvelope
)
new :
iGeoCode : int *
geoParams : IGeometryCollection *
objParams : IList<Object> *
geoRestructure : GeoRestructure *
pEnvelope : IBoundingBox -> PathCustomized
参数
- iGeoCode
- 类型: SystemInt32
- geoParams
- 类型: GISShare.SMap.GeometryIGeometryCollection
- objParams
- 类型: System.Collections.GenericIListObject
- geoRestructure
- 类型: GISShare.SMap.Geometry.GeoCustomizedGeoRestructure
- pEnvelope
- 类型: GISShare.SMap.GeometryIBoundingBox
包络框
参见