Click or drag to resize

LibraryProfileItemCopy Method

返回用户文档首页
拷贝当前截面对象到模型中,并命名为newName

Namespace: LoongCAD.STC.Friendly.Catalogs
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntax
C#
public bool Copy(
	string newName
)

Parameters

newName  String
新截面名称

Return Value

Boolean
拷贝是否成功
See Also