Click or drag to resize

ConnectionComponentCreator Class

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

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

The ConnectionComponentCreator type exposes the following members.

Constructors
 NameDescription
Public methodConnectionComponentCreatorInitializes a new instance of the ConnectionComponentCreator class
Top
Properties
 NameDescription
Public propertyFieldProps 公开字段属性
(Inherited from ComponentCreator)
Public propertyMainId 
Public propertySubIds 
Top
Methods
 NameDescription
Public methodAddSubId 
Public methodAddSubIds 
Public methodClear
(Overrides ComponentCreatorClear)
Public methodClearSubIds 
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)
Public methodRemoveSubId 
Top
See Also