Click or drag to resize

ComponentCreator Class

返回用户文档首页
组件创建工具类,此类用于在SDK中实现嵌套组件
Inheritance Hierarchy

Namespace: LoongCAD.STC.Plugins
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2024.0.9.3 (2024.0.9.3)
Syntax
C#
public class ComponentCreator

The ComponentCreator type exposes the following members.

Properties
 NameDescription
Public propertyFieldProps 公开字段属性
Top
Methods
 NameDescription
Public methodClear 清空创建器的属性
Public methodCreateComponent(Guid) 使用默认属性创建组件
Public methodCreateComponent(Guid, DObject) 使用指定属性创建组件
Public methodCreateComponent(Guid, String) 使用指定配置名称创建组件
Public methodIsEmpty 当前对象是否为空
Public methodIsValid 当前对象是否有效
Top
See Also