A Sandcastle Documented Class Library
FeatureEditgetFeatureClassFromFile Method |
根据文件名、后缀、要素类名称,直接得到IfeatureClass对象
Namespace: AO_J
Assembly: AO_J (in AO_J.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public IFeatureClass getFeatureClassFromFile( string filename, string featureClassName, string extention )
Parameters
- filename
- Type: SystemString
文件路径 - featureClassName
- Type: SystemString
要素类名称 - extention
- Type: SystemString
后缀
Return Value
Type: IFeatureClass要素类对象
See Also