Click or drag to resize

CatalogHandlerImportProfileItem(String) Method

返回用户文档首页
导入单个截面配置文件

Namespace: LoongCAD.STC.Friendly.Catalogs
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.13 (2025.0.9.13)
Syntax
C#
public bool ImportProfileItem(
	string file
)

Parameters

file  String
配置文件, 非绝对路径则默认相对于当前模型路径

Return Value

Boolean
导入是否成功
See Also