CatalogHandlerImportProfileItem(String, DObject) Method | 
返回用户文档首页
            导入单个截面配置
            
Namespace: LoongCAD.STC.Friendly.CatalogsAssembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.17 (2025.0.9.17)
Syntaxpublic bool ImportProfileItem(
	string profileName,
	DObject profileProps
)
Parameters
- profileName  String
 - 截面名称
 - profileProps  DObject
 - 截面属性
 
Return Value
Boolean导入是否成功
See Also