A Sandcastle Documented Class Library
FeatureEditexportSelectedFeatureToShp Method |
导出图层中选定要素到单独的shp文件
Namespace: AO_J
Assembly: AO_J (in AO_J.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void exportSelectedFeatureToShp( IFeatureLayer featureLayer, ISelectionSet selectionSet, string outName )
Parameters
- featureLayer
- Type: IFeatureLayer
要素图层 - selectionSet
- Type: ISelectionSet
要素选择集 - outName
- Type: SystemString
输出shp文件路径
See Also