Click or drag to resize

CatalogHandlerImportProfileItem(String, DObject) 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 profileName,
	DObject profileProps
)

Parameters

profileName  String
截面名称
profileProps  DObject
截面属性

Return Value

Boolean
导入是否成功
See Also