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