Click or drag to resize

DetailComponentCreator Class

返回用户文档首页
细部组件创建工具类,此类用于在SDK中实现嵌套组件
Inheritance Hierarchy
SystemObject
  LoongCAD.STC.PluginsComponentCreator
    LoongCAD.STC.PluginsDetailComponentCreator

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

The DetailComponentCreator type exposes the following members.

Constructors
 NameDescription
Public methodDetailComponentCreatorInitializes a new instance of the DetailComponentCreator class
Top
Properties
 NameDescription
Public propertyFieldProps 公开字段属性
(Inherited from ComponentCreator)
Public propertyMainId 
Top
Methods
 NameDescription
Public methodClear
(Overrides ComponentCreatorClear)
Public methodCreateComponent(Guid) 使用默认属性创建组件
(Inherited from ComponentCreator)
Public methodCreateComponent(Guid, DObject) 使用指定属性创建组件
(Inherited from ComponentCreator)
Public methodCreateComponent(Guid, String) 使用指定配置名称创建组件
(Inherited from ComponentCreator)
Public methodIsEmpty
(Overrides ComponentCreatorIsEmpty)
Public methodIsValid
(Overrides ComponentCreatorIsValid)
Top
See Also