Click or drag to resize

CustomComponentCreator Class

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

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

The CustomComponentCreator type exposes the following members.

Constructors
 NameDescription
Public methodCustomComponentCreatorInitializes a new instance of the CustomComponentCreator class
Top
Properties
 NameDescription
Public propertyFieldProps 公开字段属性
(Inherited from ComponentCreator)
Public propertyTargetIds 
Top
Methods
 NameDescription
Public methodAddTargetId 
Public methodAddTargetIds 
Public methodClear
(Overrides ComponentCreatorClear)
Public methodClearTargetIds 
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 当前对象是否有效
(Inherited from ComponentCreator)
Public methodRemoveTargetId 
Top
See Also