Click or drag to resize

CustomCompCreateInfo Class

返回用户文档首页
自定义组件创建信息,此类用于组件Controller读写数据
Inheritance Hierarchy
SystemObject
  LoongCAD.STC.PluginsCompCreateInfo
    LoongCAD.STC.PluginsCustomCompCreateInfo

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

The CustomCompCreateInfo type exposes the following members.

Constructors
 NameDescription
Public methodCustomCompCreateInfo 默认构造函数
Top
Properties
 NameDescription
Public propertyTargetIds 
Public propertyUserData
(Inherited from CompCreateInfo)
Top
Methods
 NameDescription
Public methodClear
(Overrides CompCreateInfoClear)
Top
See Also